aboutsummaryrefslogtreecommitdiff
path: root/tree-diff.c
Commit message (Expand)AuthorAge
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
* diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-14
* Merge branch 'bw/object-id'Junio C Hamano2017-08-11
|\
| * tree-diff: don't access hash of NULL object_id pointerRené Scharfe2017-07-17
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \ | |/ |/|
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | tree-diff: convert path_appendnew to object_idBrandon Williams2017-06-05
* | tree-diff: convert diff_tree_paths to struct object_idBrandon Williams2017-06-05
* | tree-diff: convert try_to_follow_renames to struct object_idBrandon Williams2017-06-05
* | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
* | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-02
* | diff: convert diff_change to struct object_idBrandon Williams2017-06-02
* | diff: convert diff_addremove to struct object_idBrandon Williams2017-06-02
|/
* Merge branch 'jk/avoid-unbounded-alloca'Junio C Hamano2016-06-27
|\
| * tree-diff: avoid alloca for large allocationsJeff King2016-06-07
| * tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-03-16
* | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
* | tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson2016-04-25
* | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* | tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-02-19
* | diff: convert struct combine_diff_path to object_idbrian m. carlson2015-03-13
|/
* tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov2014-04-07
* tree-diff: reuse base str(buf) memory on sub-tree recursionKirill Smelkov2014-03-27
* tree-diff: no need to call "full" diff_tree_sha1 from show_path()Kirill Smelkov2014-03-27
* tree-diff: rework diff_tree interface to be sha1 basedKirill Smelkov2014-03-27
* tree-diff: diff_tree() should now be staticKirill Smelkov2014-03-26
* tree-diff: remove special-case diff-emitting code for empty-tree casesKirill Smelkov2014-03-26
* tree-diff: simplify tree_entry_pathcmpKirill Smelkov2014-03-20
* tree-diff: show_path prototype is not needed anymoreKirill Smelkov2014-03-20
* tree-diff: rename compare_tree_entry -> tree_entry_pathcmpKirill Smelkov2014-03-20
* tree-diff: move all action-taking code out of compare_tree_entry()Kirill Smelkov2014-03-20
* tree-diff: don't assume compare_tree_entry() returns -1,0,1Kirill Smelkov2014-03-20
* tree-diff: consolidate code for emitting diffs and recursion in one placeKirill Smelkov2014-03-20
* tree-diff: show_tree() is not neededKirill Smelkov2014-03-04
* tree-diff: no need to pass match to skip_uninteresting()Kirill Smelkov2014-02-24
* tree-diff: no need to manually verify that there is no mode change for a pathKirill Smelkov2014-02-24
* tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old...Kirill Smelkov2014-02-05
* tree-diff: allow diff_tree_sha1 to accept NULL sha1Kirill Smelkov2014-02-05
* pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy2013-10-28
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
* tree-diff: remove the use of pathspec's raw[] in follow-rename codepathNguyễn Thái Ngọc Duy2013-07-15
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
* remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-15
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | diff_setup_done(): return voidThomas Rast2012-08-03
|/