Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-02 | diff: convert diff_addremove to struct object_id | Brandon Williams | 1 | -4/+4 |
2016-06-27 | Merge branch 'jk/avoid-unbounded-alloca' | Junio C Hamano | 1 | -6/+16 |
2016-06-07 | tree-diff: avoid alloca for large allocations | Jeff King | 1 | -6/+16 |
2016-06-02 | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 1 | -2/+2 |
2016-04-25 | tree-walk: convert tree_entry_extract() to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -3/+3 |
2016-03-16 | tree-diff: catch integer overflow in combine_diff_path allocation | Jeff King | 1 | -2/+2 |
2016-02-19 | tree-diff: catch integer overflow in combine_diff_path allocation | Jeff King | 1 | -2/+2 |
2015-03-13 | diff: convert struct combine_diff_path to object_id | brian m. carlson | 1 | -5/+5 |
2014-04-07 | tree-diff: rework diff_tree() to generate diffs for multiparent cases as well | Kirill Smelkov | 1 | -64/+440 |
2014-03-27 | tree-diff: reuse base str(buf) memory on sub-tree recursion | Kirill Smelkov | 1 | -19/+19 |
2014-03-27 | tree-diff: no need to call "full" diff_tree_sha1 from show_path() | Kirill Smelkov | 1 | -2/+6 |
2014-03-27 | tree-diff: rework diff_tree interface to be sha1 based | Kirill Smelkov | 1 | -32/+28 |
2014-03-26 | tree-diff: diff_tree() should now be static | Kirill Smelkov | 1 | -2/+2 |
2014-03-26 | tree-diff: remove special-case diff-emitting code for empty-tree cases | Kirill Smelkov | 1 | -12/+14 |
2014-03-20 | tree-diff: simplify tree_entry_pathcmp | Kirill Smelkov | 1 | -11/+6 |
2014-03-20 | tree-diff: show_path prototype is not needed anymore | Kirill Smelkov | 1 | -3/+0 |
2014-03-20 | tree-diff: rename compare_tree_entry -> tree_entry_pathcmp | Kirill Smelkov | 1 | -6/+9 |
2014-03-20 | tree-diff: move all action-taking code out of compare_tree_entry() | Kirill Smelkov | 1 | -16/+12 |
2014-03-20 | tree-diff: don't assume compare_tree_entry() returns -1,0,1 | Kirill Smelkov | 1 | -8/+14 |
2014-03-20 | tree-diff: consolidate code for emitting diffs and recursion in one place | Kirill Smelkov | 1 | -30/+82 |
2014-03-04 | tree-diff: show_tree() is not needed | Kirill Smelkov | 1 | -32/+3 |
2014-02-24 | tree-diff: no need to pass match to skip_uninteresting() | Kirill Smelkov | 1 | -9/+8 |