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