index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tree-diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hash-ll: merge with "hash.h"
Patrick Steinhardt
2024-06-14
1
-0
/
+1
*
tree-diff: respect max_allowed_tree_depth
Jeff King
2023-09-01
1
-8
/
+15
*
Merge branch 'jc/tree-walk-drop-base-offset'
Junio C Hamano
2023-08-02
1
-1
/
+1
|
\
|
*
tree-walk: lose base_offset that is never used in tree_entry_interesting
Junio C Hamano
2023-07-08
1
-1
/
+1
*
|
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
diff.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.h
Elijah Newren
2023-04-24
1
-0
/
+13
*
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Ævar Arnfjörð Bjarmason
2021-12-07
1
-2
/
+1
*
tree-diff: fix leak when not HAVE_ALLOCA_H
Carlo Marcelo Arenas Belón
2021-09-16
1
-1
/
+3
*
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-2
/
+2
*
bloom/diff: properly short-circuit on max_changes
Derrick Stolee
2020-09-17
1
-4
/
+1
*
diff.h: drop diff_tree_oid() & friends' return value
SZEDER Gábor
2020-06-08
1
-16
/
+14
*
diff: halt tree-diff early after max_changes
Derrick Stolee
2020-03-30
1
-0
/
+6
*
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-2
/
+2
*
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2019-04-08
1
-1
/
+1
*
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
2019-01-29
1
-3
/
+3
|
\
|
*
tree-walk: store object_id in a separate member
brian m. carlson
2019-01-15
1
-3
/
+3
*
|
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
2018-11-19
1
-1
/
+2
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
|
*
tree-diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
*
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
|
/
*
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Ævar Arnfjörð Bjarmason
2018-08-17
1
-3
/
+1
*
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-8
/
+8
*
diff: remove DIFF_OPT_SET macro
Brandon Williams
2017-11-01
1
-2
/
+2
*
diff: remove DIFF_OPT_TST macro
Brandon Williams
2017-11-01
1
-6
/
+6
*
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
2017-08-14
1
-3
/
+2
*
Merge branch 'bw/object-id'
Junio C Hamano
2017-08-11
1
-2
/
+3
|
\
|
*
tree-diff: don't access hash of NULL object_id pointer
René Scharfe
2017-07-17
1
-2
/
+3
*
|
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
tree-diff: convert path_appendnew to object_id
Brandon Williams
2017-06-05
1
-3
/
+3
*
|
tree-diff: convert diff_tree_paths to struct object_id
Brandon Williams
2017-06-05
1
-31
/
+32
*
|
tree-diff: convert try_to_follow_renames to struct object_id
Brandon Williams
2017-06-05
1
-3
/
+5
*
|
diff-tree: convert diff_tree_sha1 to struct object_id
Brandon Williams
2017-06-05
1
-5
/
+7
*
|
tree-diff: convert diff_root_tree_sha1 to struct object_id
Brandon Williams
2017-06-02
1
-2
/
+2
*
|
diff: convert diff_change to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
*
|
diff: convert diff_addremove to struct object_id
Brandon Williams
2017-06-02
1
-4
/
+4
|
/
*
Merge branch 'jk/avoid-unbounded-alloca'
Junio C Hamano
2016-06-27
1
-6
/
+16
|
\
|
*
tree-diff: avoid alloca for large allocations
Jeff King
2016-06-08
1
-6
/
+16
|
*
tree-diff: catch integer overflow in combine_diff_path allocation
Jeff King
2016-03-16
1
-2
/
+2
*
|
pathspec: rename free_pathspec() to clear_pathspec()
Junio C Hamano
2016-06-02
1
-2
/
+2
*
|
tree-walk: convert tree_entry_extract() to use struct object_id
brian m. carlson
2016-04-25
1
-1
/
+1
*
|
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-3
/
+3
*
|
tree-diff: catch integer overflow in combine_diff_path allocation
Jeff King
2016-02-19
1
-2
/
+2
*
|
diff: convert struct combine_diff_path to object_id
brian m. carlson
2015-03-14
1
-5
/
+5
|
/
*
tree-diff: rework diff_tree() to generate diffs for multiparent cases as well
Kirill Smelkov
2014-04-07
1
-64
/
+440
*
tree-diff: reuse base str(buf) memory on sub-tree recursion
Kirill Smelkov
2014-03-27
1
-19
/
+19
*
tree-diff: no need to call "full" diff_tree_sha1 from show_path()
Kirill Smelkov
2014-03-27
1
-2
/
+6
[next]