Sign in
googlers
/
jrn
/
git
/
f937bc2f86ba2c2956b4228bd2386aaafc9afe83
/
tree-walk.c
cfd9167
Merge branch 'dt/cat-file-batch-ambiguous'
by Junio C Hamano
· 6 years ago
371820d
Merge branch 'bc/tree-walk-oid'
by Junio C Hamano
· 6 years ago
d1dd94b
Do not print 'dangling' for cat-file in case of ambiguity
by David Turner
· 6 years ago
ea82b2a
tree-walk: store object_id in a separate member
by brian m. carlson
· 6 years ago
0a3faa4
tree-walk: copy object ID before use
by brian m. carlson
· 6 years ago
5a0b97b
tree-walk: support :(attr) matching
by Nguyễn Thái Ngọc Duy
· 6 years ago
67022e0
tree-walk.c: make tree_entry_interesting() take an index
by Nguyễn Thái Ngọc Duy
· 6 years ago
1e4a714
Merge branch 'nd/tree-walk-path-exclusion'
by Junio C Hamano
· 6 years ago
b7845ce
tree-walk.c: fix overoptimistic inclusion in :(exclude) matching
by Nguyễn Thái Ngọc Duy
· 6 years ago
37aac3e
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
83e4b75
tree-walk: replace hard-coded constants with the_hash_algo
by brian m. carlson
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
3b683bc
tree-walk: convert get_tree_entry_follow_symlinks to object_id
by brian m. carlson
· 7 years ago
e84bc23
tree-walk: avoid hard-coded 20 constant
by brian m. carlson
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
02f0547
sha1_file: convert read_object_with_reference to 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
0d4a8b5
tree-walk: convert get_tree_entry_follow_symlinks internals to object_id
by brian m. carlson
· 7 years ago
f4f233e
Merge branch 'bw/pathspec-match-submodule-boundary'
by Junio C Hamano
· 7 years ago
eef3df5
pathspec: only match across submodule boundaries when requested
by Brandon Williams
· 7 years ago
14a8168
Merge branch 'rj/no-sign-compare'
by Junio C Hamano
· 7 years ago
071bcaa
ALLOC_GROW: avoid -Wsign-compare warnings
by Ramsay Jones
· 7 years ago
5c377d3
tree-walk: convert fill_tree_descriptor() to object_id
by René Scharfe
· 8 years ago
7ef0d04
Merge branch 'jk/diff-blob'
by Junio C Hamano
· 8 years ago
d72cae1
get_sha1_with_context: always initialize oc->symlink_path
by Jeff King
· 8 years ago
5840eb9
doc: replace more gmane links
by Junio C Hamano
· 8 years ago
74ed437
grep: enable recurse-submodules to work on <tree> objects
by Brandon Williams
· 8 years ago
8354fa3
fsck: handle bad trees like other errors
by David Turner
· 8 years ago
2edffef
tree-walk: be more specific about corrupt tree errors
by Jeff King
· 8 years ago
ce6663a
tree-walk: convert tree_entry_extract() to use struct object_id
by brian m. carlson
· 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 9 years ago
d9c2bd5
do_compare_entry: use already-computed path
by David Turner
· 9 years ago
275721c
tree-walk: learn get_tree_entry_follow_symlinks
by David Turner
· 10 years ago
ccdd4a0
cleanup duplicate name_compare() functions
by Jeremiah Mahler
· 11 years ago
7146e66
tree-walk: finally switch over tree descriptors to contain a pre-parsed entry
by Kirill Smelkov
· 11 years ago
8bba720
Merge branch 'as/tree-walk-fix-aggressive-short-cut'
by Junio C Hamano
· 11 years ago
e4ddb05
tree_entry_interesting: match against all pathspecs
by Andy Spencer
· 11 years ago
74b4f7f
tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()
by Nguyễn Thái Ngọc Duy
· 11 years ago
ef79b1f
Support pathspec magic :(exclude) and its short form :!
by Nguyễn Thái Ngọc Duy
· 11 years ago
b02f5ae
Merge branch 'jl/submodule-mv'
by Junio C Hamano
· 12 years ago
a04f819
traverse_trees(): clarify return value of the callback
by Stefan Beller
· 12 years ago
93d9353
parse_pathspec: accept :(icase)path syntax
by Nguyễn Thái Ngọc Duy
· 12 years ago
bd30c2e
pathspec: support :(glob) syntax
by Nguyễn Thái Ngọc Duy
· 12 years ago
5c6933d
pathspec: support :(literal) syntax for noglob pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
8f4f8f4
guard against new pathspec magic in pathspec matching code
by Nguyễn Thái Ngọc Duy
· 12 years ago
6330a17
parse_pathspec: add special flag for max_depth feature
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
c904cd8
tree_entry_interesting: do basedir compare on wildcard patterns when possible
by Nguyễn Thái Ngọc Duy
· 12 years ago
8c6abbc
pathspec: apply "*.c" optimization from exclude
by Nguyễn Thái Ngọc Duy
· 12 years ago
5d74762
pathspec: do exact comparison on the leading non-wildcard part
by Nguyễn Thái Ngọc Duy
· 12 years ago
170260a
pathspec: save the non-wildcard length part
by Nguyễn Thái Ngọc Duy
· 12 years ago
9d91c0e
Merge branch 'nd/tree-walk-enum-cleanup'
by Jeff King
· 12 years ago
c3a47ca
tree-walk: use enum interesting instead of integer
by Nguyễn Thái Ngọc Duy
· 12 years ago
8c69c1f
Document limited recursion pathspec matching with wildcards
by Nguyễn Thái Ngọc Duy
· 13 years ago
d688cf0
tree_entry_interesting(): give meaningful names to return values
by Nguyễn Thái Ngọc Duy
· 13 years ago
9c6bebd
tree_entry_interesting: make use of local pointer "item"
by Nguyễn Thái Ngọc Duy
· 13 years ago
5fb8c05
get_tree_entry(): do not call find_tree_entry() on an empty tree
by Junio C Hamano
· 13 years ago
0de1633
tree-walk.c: do not leak internal structure in tree_entry_len()
by Nguyễn Thái Ngọc Duy
· 13 years ago
4909bbe
Merge branch 'dm/tree-walk'
by Junio C Hamano
· 13 years ago
27c0f76
Fix some "variable might be used uninitialized" warnings
by Ramsay Jones
· 14 years ago
1b74092
tree-walk: micro-optimization in tree_entry_interesting
by Dan McGee
· 14 years ago
6de9691
tree-walk: drop unused parameter from match_dir_prefix
by Dan McGee
· 14 years ago
2842c0f
traverse_trees(): allow pruning with pathspec
by Junio C Hamano
· 14 years ago
33e0f62
pathspec: rename per-item field has_wildcard to use_wildcard
by Junio C Hamano
· 14 years ago
1376e50
grep: drop pathspec_matches() in favor of tree_entry_interesting()
by Nguyễn Thái Ngọc Duy
· 14 years ago
f1a2ddb
tree_entry_interesting(): optimize wildcard matching when base is matched
by Nguyễn Thái Ngọc Duy
· 14 years ago
d38f280
tree_entry_interesting(): support wildcard matching
by Nguyễn Thái Ngọc Duy
· 14 years ago
86e4ca6
tree_entry_interesting(): fix depth limit with overlapping pathspecs
by Nguyễn Thái Ngọc Duy
· 14 years ago
bc96cc8
tree_entry_interesting(): support depth limit
by Nguyễn Thái Ngọc Duy
· 14 years ago
58c4d66
tree_entry_interesting(): refactor into separate smaller functions
by Nguyễn Thái Ngọc Duy
· 14 years ago
4893267
diff-tree: convert base+baselen to writable strbuf
by Nguyễn Thái Ngọc Duy
· 14 years ago
2c389fc
Move tree_entry_interesting() to tree-walk.c and export it
by Nguyễn Thái Ngọc Duy
· 14 years ago
e6c111b
unpack_trees: group error messages by type
by Matthieu Moy
· 15 years ago
b599672
Merge branch 'maint-1.6.6' into maint
by Junio C Hamano
· 15 years ago
ef00650
fix minor memory leak in get_tree_entry()
by René Scharfe
· 15 years ago
1ee2657
traverse_trees(): handle D/F conflict case sanely
by Junio C Hamano
· 15 years ago
bcbe5a5
Fix tree-walking compare_entry() in the presense of --prefix
by Linus Torvalds
· 17 years ago
91e4f03
Make 'traverse_trees()' traverse conflicting DF entries in parallel
by Linus Torvalds
· 17 years ago
5803c6f
Add return value to 'traverse_tree()' callback
by Linus Torvalds
· 17 years ago
40d934d
Make 'traverse_tree()' use linked structure rather than 'const char *base'
by Linus Torvalds
· 17 years ago
64cc1c0
tree-walk: don't parse incorrect entries
by Martin Koegler
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
4651ece
Switch over tree descriptors to contain a pre-parsed entry
by Linus Torvalds
· 18 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
· 18 years ago
a8c4047
Remove "pathlen" from "struct name_entry"
by Linus Torvalds
· 18 years ago
304de2d
Avoid unnecessary strlen() calls
by Linus Torvalds
· 18 years ago
d93b7d1
get_tree_entry: map blank requested entry to tree root
by Jeff King
· 18 years ago
4fe2cc0
Remove shadowing variable from traverse_trees()
by René Scharfe
· 18 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
· 19 years ago
7d65848
Don't use "sscanf()" for tree mode scanning
by Linus Torvalds
· 19 years ago
4dcff63
get_tree_entry(): make it available from tree-walk
by Junio C Hamano
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
1b0c717
tree/diff header cleanup.
by Junio C Hamano
· 19 years ago