Sign in
googlers
/
jrn
/
git
/
3ad0401e9e6d3e243a21a3f376e36453572dcf0d
/
archive.c
c397aac
convert: provide additional metadata to filters
by brian m. carlson
· 5 years ago
ab90eca
convert: permit passing additional metadata to filter processes
by brian m. carlson
· 5 years ago
50ddb08
tree-walk.c: remove the_repo from get_tree_entry()
by Nguyễn Thái Ngọc Duy
· 6 years ago
96379f0
Merge branch 'en/merge-directory-renames'
by Junio C Hamano
· 6 years ago
5ec1e72
Use 'unsigned short' for mode, like diff_filespec does
by Elijah Newren
· 6 years ago
bbf05cf
archive: convert struct archiver_args to object_id
by brian m. carlson
· 6 years ago
f2b6aa9
Merge branch 'nd/indentation-fix'
by Junio C Hamano
· 6 years ago
d6f05a4
Merge branch 'nd/attr-pathspec-in-tree-walk'
by Junio C Hamano
· 6 years ago
3813a89
Merge branch 'nd/i18n'
by Junio C Hamano
· 6 years ago
ec36c42
Indent code with TABs
by Nguyễn Thái Ngọc Duy
· 6 years ago
e092073
tree.c: make read_tree*() take 'struct repository *'
by Nguyễn Thái Ngọc Duy
· 6 years ago
c6e7965
archive.c: mark more strings for translation
by Nguyễn Thái Ngọc Duy
· 6 years ago
00436bf
archive: initialize archivers earlier
by Josh Steadmon
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
ce3a7ec
archive.c: remove implicit dependency the_repository
by Nguyễn Thái Ngọc Duy
· 6 years ago
d64324c
Make git_check_attr() a void function
by Torsten Bögershausen
· 6 years ago
b612ee2
archive.c: avoid access to the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
c4500e2
attr: remove index from git_attr_set_direction()
by Nguyễn Thái Ngọc Duy
· 7 years ago
6d2df28
dir.c: remove an implicit dependency on the_index in pathspec code
by Nguyễn Thái Ngọc Duy
· 7 years ago
7f944e2
convert.c: remove an implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
7a400a2
attr: remove an implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
3e4a67b
Use OPT_SET_INT_F() for cmdline option specification
by Nguyễn Thái Ngọc Duy
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
916bc35
tree-walk: convert tree entry functions to object_id
by brian m. carlson
· 7 years ago
e5ec981
archive: convert sha1_file_to_archive to struct object_id
by brian m. carlson
· 7 years ago
015ff4f
archive: convert write_archive_entry_fn_t to object_id
by brian m. carlson
· 7 years ago
df46d77
tree: convert read_tree_recursive to struct object_id
by brian m. carlson
· 7 years ago
cca5fa6
refs: convert dwim_ref and expand_ref to struct object_id
by brian m. carlson
· 7 years ago
62b1cb7
Merge branch 'rs/archive-excluded-directory'
by Junio C Hamano
· 7 years ago
4318094
archive: don't add empty directories to archives
by René Scharfe
· 7 years ago
a7d7f12
Merge branch 'rs/archive-excluded-directory'
by Junio C Hamano
· 8 years ago
5ff247a
archive: don't queue excluded directories
by René Scharfe
· 8 years ago
c6c08f7
archive: factor out helper functions for handling attributes
by René Scharfe
· 8 years ago
e82caf3
sha1_name: convert get_sha1* to get_oid*
by brian m. carlson
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
a9dbc17
tree: convert parse_tree_indirect to struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
2aef63d
attr: convert git_check_attrs() callers to use the new API
by Junio C Hamano
· 8 years ago
7bd1805
attr: rename function and struct related to checking attributes
by Junio C Hamano
· 8 years ago
eb0224c
archive: read local configuration
by Junio C Hamano
· 8 years ago
5a36d00
i18n: archive: mark errors for translation
by Vasco Almeida
· 9 years ago
ed6e803
pathspec: rename free_pathspec() to clear_pathspec()
by Junio C Hamano
· 9 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
c7ab0ba
avoid sprintf and strcpy with flex arrays
by Jeff King
· 9 years ago
d939af1
Merge branch 'jk/date-mode-format'
by Junio C Hamano
· 10 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
· 10 years ago
fb58c8d
refs: move the remaining ref module declarations to refs.h
by Michael Haggerty
· 10 years ago
a916cb5
Merge branch 'bc/object-id'
by Junio C Hamano
· 10 years ago
1360967
archive.c: convert to use struct object_id
by brian m. carlson
· 10 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
6a0b0b6
tree.c: update read_tree_recursive callback to pass strbuf as base
by Nguyễn Thái Ngọc Duy
· 10 years ago
b2c45f5
Merge branch 'nd/archive-pathspec'
by Junio C Hamano
· 10 years ago
ed22b41
archive: support filtering paths with glob
by Nguyễn Thái Ngọc Duy
· 10 years ago
95790ff
archive.c: replace `git_config()` with `git_config_get_bool()` family
by Tanay Abhra
· 11 years ago
6f75e48
Merge branch 'rm/strchrnul-not-strlen'
by Junio C Hamano
· 11 years ago
2c5495f
use strchrnul() in place of strchr() and strlen()
by Rohit Mani
· 11 years ago
7671b63
add uploadarchive.allowUnreachable option
by Scott J. Goldman
· 11 years ago
b1cdfb5
archive.c: have SP around arithmetic operators
by Junio C Hamano
· 11 years ago
f3e743a
archive: convert to use parse_pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
64acde9
move struct pathspec and related functions to pathspec.[ch]
by Nguyễn Thái Ngọc Duy
· 12 years ago
bd54cf1
archive: handle commits with an empty tree
by Jeff King
· 12 years ago
94bc671
Add directory pattern matching to attributes
by Jean-Noël AVILA
· 12 years ago
b0ff965
Reduce translations by using same terminologies
by Nguyễn Thái Ngọc Duy
· 13 years ago
0012a38
i18n: archive: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
b83cfa5
Merge branch 'rs/archive-tree-in-tip-simplify'
by Junio C Hamano
· 13 years ago
c51a351
archive: simplify refname handling
by René Scharfe
· 13 years ago
9cb513b
archive: delegate blob reading to backend
by Nguyễn Thái Ngọc Duy
· 13 years ago
bdb8cb5
Merge branch 'jk/maint-upload-archive'
by Junio C Hamano
· 13 years ago
0f544ee
archive: re-allow HEAD:Documentation on a remote invocation
by Carlos Martín Nieto
· 13 years ago
3c4b5ad
Merge branch 'jk/maint-upload-archive'
by Junio C Hamano
· 13 years ago
7b51c33
Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive
by Junio C Hamano
· 13 years ago
ee27ca4
archive: don't let remote clients get unreachable commits
by Jeff King
· 13 years ago
f858c64
archive.c: use OPT_BOOL()
by Junio C Hamano
· 13 years ago
d932f4e
Rename git_checkattr() to git_check_attr()
by Michael Haggerty
· 14 years ago
7b97730
upload-archive: allow user to turn off filters
by Jeff King
· 14 years ago
08716b3
archive: refactor file extension format-guessing
by Jeff King
· 14 years ago
56baa61
archive: move file extension format-guessing lower
by Jeff King
· 14 years ago
4d7c989
archive: pass archiver struct to write_archive callback
by Jeff King
· 14 years ago
13e0f88
archive: refactor list of archive formats
by Jeff King
· 14 years ago
2321286
archive: reorder option parsing and config reading
by Jeff King
· 14 years ago
f0096c0
Convert read_tree{,_recursive} to support struct pathspec
by Nguyễn Thái Ngọc Duy
· 14 years ago
4ad5c80
archive: improve --verbose description
by René Scharfe
· 14 years ago
fd03881
add description parameter to OPT__VERBOSE
by René Scharfe
· 14 years ago
62b4698
Use angles for placeholders consistently
by Štěpán Němec
· 14 years ago
35039ce
archive: abbreviate substituted commit ids again
by Jonathan Nieder
· 15 years ago
06dbc1e
Merge branch 'jc/conflict-marker-size'
by Junio C Hamano
· 15 years ago
7fb0eaa
git_attr(): fix function signature
by Junio C Hamano
· 15 years ago
d5f53d6
archive: complain about path specs that don't match anything
by René Scharfe
· 15 years ago
dd2e794
Refactor pretty_print_commit arguments into a struct
by Thomas Rast
· 15 years ago
a17a960
Merge branch 'rs/maint-archive-prefix'
by Junio C Hamano
· 15 years ago
ebfbdb3
Git archive and trailing "/" in prefix
by René Scharfe
· 15 years ago
05d3951
git-archive: add '-o' as a alias for '--output'
by Dmitry Potapov
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
ba053ea
archive: do not read .gitattributes in working directory
by Nguyễn Thái Ngọc Duy
· 16 years ago
Next »