Sign in
googlers
/
jrn
/
git
/
96454597562dade701fbfee19891482a97456138
/
tree-walk.c
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
· 11 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
· 13 years ago
1b74092
tree-walk: micro-optimization in tree_entry_interesting
by Dan McGee
· 13 years ago
6de9691
tree-walk: drop unused parameter from match_dir_prefix
by Dan McGee
· 13 years ago
2842c0f
traverse_trees(): allow pruning with pathspec
by Junio C Hamano
· 13 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
· 18 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