index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tree-diff.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
diff: teach tree-diff a max-depth parameter
Jeff King
1
-3
/
+75
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-2
/
+2
2025-01-09
tree-diff: make list tail-passing more explicit
Jeff King
1
-26
/
+21
2025-01-09
tree-diff: simplify emit_path() list management
Jeff King
1
-6
/
+5
2025-01-09
tree-diff: use the name "tail" to refer to list tail
Jeff King
1
-16
/
+17
2025-01-09
tree-diff: drop list-tail argument to diff_tree_paths()
Jeff King
1
-6
/
+8
2025-01-09
tree-diff: inline path_appendnew()
Jeff King
1
-27
/
+4
2025-01-09
tree-diff: pass whole path string to path_appendnew()
Jeff King
1
-5
/
+6
2025-01-09
tree-diff: drop path_appendnew() alloc optimization
Jeff King
1
-61
/
+6
2025-01-09
tree-diff: clear parent array in path_appendnew()
Jeff King
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
1
-0
/
+1
2023-08-31
tree-diff: respect max_allowed_tree_depth
Jeff King
1
-8
/
+15
2023-08-02
Merge branch 'jc/tree-walk-drop-base-offset'
Junio C Hamano
1
-1
/
+1
2023-07-07
tree-walk: lose base_offset that is never used in tree_entry_interesting
Junio C Hamano
1
-1
/
+1
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-04-24
diff.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-24
tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.h
Elijah Newren
1
-0
/
+13
2021-12-07
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-09-16
tree-diff: fix leak when not HAVE_ALLOCA_H
Carlo Marcelo Arenas Belón
1
-1
/
+3
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-2
/
+2
2020-09-17
bloom/diff: properly short-circuit on max_changes
Derrick Stolee
1
-4
/
+1
2020-06-08
diff.h: drop diff_tree_oid() & friends' return value
SZEDER Gábor
1
-16
/
+14
2020-03-30
diff: halt tree-diff early after max_changes
Derrick Stolee
1
-0
/
+6
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-3
/
+3
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-3
/
+3
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-09-21
tree-diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-08-17
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
1
-8
/
+8
2017-11-01
diff: remove DIFF_OPT_SET macro
Brandon Williams
1
-2
/
+2
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
1
-6
/
+6
2017-08-14
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
1
-3
/
+2
2017-08-11
Merge branch 'bw/object-id'
Junio C Hamano
1
-2
/
+3
2017-07-17
tree-diff: don't access hash of NULL object_id pointer
René Scharfe
1
-2
/
+3
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-05
tree-diff: convert path_appendnew to object_id
Brandon Williams
1
-3
/
+3
2017-06-05
tree-diff: convert diff_tree_paths to struct object_id
Brandon Williams
1
-31
/
+32
2017-06-05
tree-diff: convert try_to_follow_renames to struct object_id
Brandon Williams
1
-3
/
+5
2017-06-05
diff-tree: convert diff_tree_sha1 to struct object_id
Brandon Williams
1
-5
/
+7
2017-06-02
tree-diff: convert diff_root_tree_sha1 to struct object_id
Brandon Williams
1
-2
/
+2
2017-06-02
diff: convert diff_change to struct object_id
Brandon Williams
1
-1
/
+1
[next]