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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-22
Merge branch 'jk/tree-walk-overflow'
Junio C Hamano
1
-22
/
+42
2019-08-01
tree-walk: harden make_traverse_path() length computations
Jeff King
1
-8
/
+20
2019-08-01
tree-walk: add a strbuf wrapper for make_traverse_path()
Jeff King
1
-6
/
+15
2019-08-01
tree-walk: use size_t consistently
Jeff King
1
-2
/
+2
2019-07-31
tree-walk: drop oid from traverse_info
Jeff King
1
-11
/
+12
2019-07-31
setup_traverse_info(): stop copying oid
Jeff King
1
-3
/
+1
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
Nguyễn Thái Ngọc Duy
1
-4
/
+8
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-06-27
sha1-file.c: remove the_repo from read_object_with_reference()
Nguyễn Thái Ngọc Duy
1
-3
/
+4
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
-2
/
+2
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-9
/
+12
2019-01-18
Do not print 'dangling' for cat-file in case of ambiguity
David Turner
1
-2
/
+2
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-4
/
+7
2019-01-15
tree-walk: copy object ID before use
brian m. carlson
1
-5
/
+5
2018-11-19
tree-walk: support :(attr) matching
Nguyễn Thái Ngọc Duy
1
-14
/
+53
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-8
/
+14
2018-11-13
Merge branch 'nd/tree-walk-path-exclusion'
Junio C Hamano
1
-3
/
+8
2018-11-05
tree-walk.c: fix overoptimistic inclusion in :(exclude) matching
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2018-08-02
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+2
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-16
tree-walk: replace hard-coded constants with the_hash_algo
brian m. carlson
1
-1
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-02
tree-walk: convert get_tree_entry_follow_symlinks to object_id
brian m. carlson
1
-8
/
+8
2018-05-02
tree-walk: avoid hard-coded 20 constant
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-5
/
+4
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-10
/
+10
2018-03-14
tree-walk: convert get_tree_entry_follow_symlinks internals to object_id
brian m. carlson
1
-11
/
+11
2017-12-19
Merge branch 'bw/pathspec-match-submodule-boundary'
Junio C Hamano
1
-2
/
+3
2017-12-05
pathspec: only match across submodule boundaries when requested
Brandon Williams
1
-2
/
+3
2017-09-29
Merge branch 'rj/no-sign-compare'
Junio C Hamano
1
-2
/
+1
2017-09-22
ALLOC_GROW: avoid -Wsign-compare warnings
Ramsay Jones
1
-2
/
+1
2017-08-14
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
1
-4
/
+5
2017-06-02
Merge branch 'jk/diff-blob'
Junio C Hamano
1
-1
/
+0
2017-05-24
get_sha1_with_context: always initialize oc->symlink_path
Jeff King
1
-1
/
+0
2017-05-09
doc: replace more gmane links
Junio C Hamano
1
-1
/
+1
2016-12-22
grep: enable recurse-submodules to work on <tree> objects
Brandon Williams
1
-0
/
+28
2016-09-27
fsck: handle bad trees like other errors
David Turner
1
-11
/
+72
2016-09-27
tree-walk: be more specific about corrupt tree errors
Jeff King
1
-5
/
+7
2016-04-25
tree-walk: convert tree_entry_extract() to use struct object_id
brian m. carlson
1
-5
/
+5
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
/
+7
2015-05-20
tree-walk: learn get_tree_entry_follow_symlinks
David Turner
1
-0
/
+206
2014-06-20
cleanup duplicate name_compare() functions
Jeremiah Mahler
1
-10
/
+0
2014-02-24
tree-walk: finally switch over tree descriptors to contain a pre-parsed entry
Kirill Smelkov
1
-1
/
+1
2014-01-27
Merge branch 'as/tree-walk-fix-aggressive-short-cut'
Junio C Hamano
1
-1
/
+1
2014-01-27
tree_entry_interesting: match against all pathspecs
Andy Spencer
1
-1
/
+1
2014-01-23
tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[next]