index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tree-walk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
grep: drop pathspec_matches() in favor of tree_entry_interesting()
Nguyễn Thái Ngọc Duy
2011-02-03
1
-11
/
+13
*
tree_entry_interesting(): optimize wildcard matching when base is matched
Nguyễn Thái Ngọc Duy
2011-02-03
1
-0
/
+14
*
tree_entry_interesting(): support wildcard matching
Nguyễn Thái Ngọc Duy
2011-02-03
1
-3
/
+27
*
tree_entry_interesting(): fix depth limit with overlapping pathspecs
Nguyễn Thái Ngọc Duy
2011-02-03
1
-1
/
+1
*
tree_entry_interesting(): support depth limit
Nguyễn Thái Ngọc Duy
2011-02-03
1
-3
/
+16
*
tree_entry_interesting(): refactor into separate smaller functions
Nguyễn Thái Ngọc Duy
2011-02-03
1
-77
/
+93
*
diff-tree: convert base+baselen to writable strbuf
Nguyễn Thái Ngọc Duy
2011-02-03
1
-2
/
+3
*
Move tree_entry_interesting() to tree-walk.c and export it
Nguyễn Thái Ngọc Duy
2011-02-03
1
-0
/
+114
*
unpack_trees: group error messages by type
Matthieu Moy
2010-08-11
1
-3
/
+8
*
Merge branch 'maint-1.6.6' into maint
Junio C Hamano
2010-02-15
1
-0
/
+1
|
\
|
*
fix minor memory leak in get_tree_entry()
René Scharfe
2010-02-14
1
-0
/
+1
*
|
traverse_trees(): handle D/F conflict case sanely
Junio C Hamano
2010-01-04
1
-43
/
+234
|
/
*
Fix tree-walking compare_entry() in the presense of --prefix
Linus Torvalds
2008-03-09
1
-0
/
+3
*
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Linus Torvalds
2008-03-09
1
-2
/
+6
*
Add return value to 'traverse_tree()' callback
Linus Torvalds
2008-03-09
1
-7
/
+15
*
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Linus Torvalds
2008-03-09
1
-2
/
+33
*
tree-walk: don't parse incorrect entries
Martin Koegler
2008-01-07
1
-2
/
+8
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
*
Switch over tree descriptors to contain a pre-parsed entry
Linus Torvalds
2007-03-21
1
-57
/
+44
*
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
2007-03-21
1
-9
/
+15
*
Remove "pathlen" from "struct name_entry"
Linus Torvalds
2007-03-21
1
-4
/
+2
*
Avoid unnecessary strlen() calls
Linus Torvalds
2007-03-18
1
-2
/
+2
*
get_tree_entry: map blank requested entry to tree root
Jeff King
2007-01-09
1
-1
/
+8
*
Remove shadowing variable from traverse_trees()
René Scharfe
2007-01-05
1
-1
/
+0
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-2
/
+2
*
Remove all void-pointer arithmetic.
Florian Forster
2006-06-20
1
-5
/
+6
*
tree_entry(): new tree-walking helper function
Linus Torvalds
2006-05-31
1
-2
/
+31
*
Don't use "sscanf()" for tree mode scanning
Linus Torvalds
2006-05-29
1
-3
/
+18
*
get_tree_entry(): make it available from tree-walk
Junio C Hamano
2006-04-19
1
-0
/
+50
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-1
/
+2
*
tree/diff header cleanup.
Junio C Hamano
2006-03-30
1
-0
/
+116