index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tree-walk.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
tree-walk.c: break circular dependency with unpack-trees
Jeff King
1
-0
/
+2
2019-11-18
tree-walk: move doc to tree-walk.h
Heba Waly
1
-2
/
+120
2019-08-22
Merge branch 'jk/tree-walk-overflow'
Junio C Hamano
1
-5
/
+13
2019-08-01
tree-walk: harden make_traverse_path() length computations
Jeff King
1
-1
/
+1
2019-08-01
tree-walk: add a strbuf wrapper for make_traverse_path()
Jeff King
1
-0
/
+3
2019-08-01
tree-walk: accept a raw length for traverse_path_len()
Jeff King
1
-2
/
+3
2019-08-01
tree-walk: use size_t consistently
Jeff King
1
-3
/
+3
2019-07-31
tree-walk: drop oid from traverse_info
Jeff King
1
-2
/
+6
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2019-05-13
Merge branch 'dl/no-extern-in-func-decl'
Junio C Hamano
1
-2
/
+2
2019-05-05
*.[ch]: remove extern from function declarations using spatch
Denton Liu
1
-2
/
+2
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-3
/
+3
2019-02-06
Merge branch 'dt/cat-file-batch-ambiguous'
Junio C Hamano
1
-17
/
+1
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-5
/
+5
2019-01-18
Do not print 'dangling' for cat-file in case of ambiguity
David Turner
1
-17
/
+1
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-3
/
+6
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-4
/
+6
2018-08-15
Add missing includes and forward declarations
Elijah Newren
1
-0
/
+2
2018-05-02
tree-walk: convert get_tree_entry_follow_symlinks to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-1
/
+1
2017-08-14
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
1
-1
/
+1
2016-09-27
fsck: handle bad trees like other errors
David Turner
1
-0
/
+8
2016-04-25
tree-walk: convert tree_entry_extract() to use struct object_id
brian m. carlson
1
-2
/
+2
2016-04-25
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
1
-3
/
+3
2016-01-05
do_compare_entry: use already-computed path
David Turner
1
-0
/
+1
2015-05-20
tree-walk: learn get_tree_entry_follow_symlinks
David Turner
1
-0
/
+18
2014-02-24
tree-walk: finally switch over tree descriptors to contain a pre-parsed entry
Kirill Smelkov
1
-1
/
+1
2013-06-17
unpack-trees: don't shift conflicts left and right
René Scharfe
1
-1
/
+1
2011-10-27
tree_entry_interesting(): give meaningful names to return values
Nguyễn Thái Ngọc Duy
1
-1
/
+11
2011-10-27
tree-walk.c: do not leak internal structure in tree_entry_len()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2011-08-29
traverse_trees(): allow pruning with pathspec
Junio C Hamano
1
-0
/
+1
2011-02-03
grep: drop pathspec_matches() in favor of tree_entry_interesting()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-02-03
tree_entry_interesting(): support wildcard matching
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-02-03
diff-tree: convert base+baselen to writable strbuf
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-02-03
Move tree_entry_interesting() to tree-walk.c and export it
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2010-08-26
Merge branch 'maint'
Junio C Hamano
1
-1
/
+4
2010-08-25
tree-walk: Correct bitrotted comment about tree_entry()
Elijah Newren
1
-1
/
+4
2010-08-11
unpack_trees: group error messages by type
Matthieu Moy
1
-0
/
+1
2008-03-09
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Linus Torvalds
1
-1
/
+2
2008-03-09
Add return value to 'traverse_tree()' callback
Linus Torvalds
1
-2
/
+2
2008-03-09
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Linus Torvalds
1
-2
/
+18
2007-12-02
rename: Break filepairs with different types.
Junio C Hamano
1
-7
/
+0
2007-11-14
Fix rev-list when showing objects involving submodules
Linus Torvalds
1
-0
/
+7
2007-06-22
Two trivial -Wcast-qual fixes
Junio C Hamano
1
-1
/
+1
2007-05-13
Remove stale non-static-inline prototype for tree_entry_extract()
Matthieu Castet
1
-1
/
+0
2007-03-21
Switch over tree descriptors to contain a pre-parsed entry
Linus Torvalds
1
-5
/
+13
2007-03-21
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
1
-2
/
+3
2007-03-21
Remove "pathlen" from "struct name_entry"
Linus Torvalds
1
-1
/
+0
[next]