Derrick Stolee
|
b16a827764
bloom/diff: properly short-circuit on max_changes
|
4 年之前 |
SZEDER Gábor
|
0ee3cb888d
diff.h: drop diff_tree_oid() & friends' return value
|
5 年之前 |
Derrick Stolee
|
e369698016
diff: halt tree-diff early after max_changes
|
5 年之前 |
Nguyễn Thái Ngọc Duy
|
5e57580733
tree-walk.c: remove the_repo from fill_tree_descriptor()
|
6 年之前 |
Elijah Newren
|
5ec1e72823
Use 'unsigned short' for mode, like diff_filespec does
|
6 年之前 |
Junio C Hamano
|
371820d5f1
Merge branch 'bc/tree-walk-oid'
|
6 年之前 |
brian m. carlson
|
ea82b2a085
tree-walk: store object_id in a separate member
|
6 年之前 |
Nguyễn Thái Ngọc Duy
|
67022e0214
tree-walk.c: make tree_entry_interesting() take an index
|
6 年之前 |
Junio C Hamano
|
11877b9ebe
Merge branch 'nd/the-index'
|
6 年之前 |
Nguyễn Thái Ngọc Duy
|
dcf42869ee
tree-diff.c: remove implicit dependency on the_index
|
6 年之前 |
Nguyễn Thái Ngọc Duy
|
e675765235
diff.c: remove implicit dependency on the_index
|
6 年之前 |
Jeff King
|
9001dc2a74
convert "oidcmp() != 0" to "!oideq()"
|
7 年之前 |
Ævar Arnfjörð Bjarmason
|
ce528de023
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
|
7 年之前 |
Brandon Williams
|
0d1e0e7801
diff: make struct diff_flags members lowercase
|
7 年之前 |
Brandon Williams
|
23dcf77f48
diff: remove DIFF_OPT_SET macro
|
7 年之前 |
Brandon Williams
|
3b69daed86
diff: remove DIFF_OPT_TST macro
|
7 年之前 |
René Scharfe
|
5c377d3d59
tree-walk: convert fill_tree_descriptor() to object_id
|
8 年之前 |
Junio C Hamano
|
c7528f4d8a
Merge branch 'bw/object-id'
|
8 年之前 |
René Scharfe
|
fb04dced9c
tree-diff: don't access hash of NULL object_id pointer
|
8 年之前 |
Junio C Hamano
|
50f03c6676
Merge branch 'ab/free-and-null'
|
8 年之前 |
Ævar Arnfjörð Bjarmason
|
6a83d90207
coccinelle: make use of the "type" FREE_AND_NULL() rule
|
8 年之前 |
Brandon Williams
|
0e72462fb4
tree-diff: convert path_appendnew to object_id
|
8 年之前 |
Brandon Williams
|
fda94b416e
tree-diff: convert diff_tree_paths to struct object_id
|
8 年之前 |
Brandon Williams
|
128be8767d
tree-diff: convert try_to_follow_renames to struct object_id
|
8 年之前 |
Brandon Williams
|
66f414f885
diff-tree: convert diff_tree_sha1 to struct object_id
|
8 年之前 |
Brandon Williams
|
7b8dea0c75
tree-diff: convert diff_root_tree_sha1 to struct object_id
|
8 年之前 |
Brandon Williams
|
94a0097a41
diff: convert diff_change to struct object_id
|
8 年之前 |
Brandon Williams
|
c26022ea8f
diff: convert diff_addremove to struct object_id
|
8 年之前 |
Junio C Hamano
|
269085e16e
Merge branch 'jk/avoid-unbounded-alloca'
|
9 年之前 |
Jeff King
|
b8ba412bf7
tree-diff: avoid alloca for large allocations
|
9 年之前 |