summaryrefslogtreecommitdiffstats
path: root/combine-diff.c
AgeCommit message (Expand)AuthorLines
2017-04-19Merge branch 'bc/object-id'Junio C Hamano-9/+9
2017-03-31Rename sha1_array to oid_arraybrian m. carlson-6/+6
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson-1/+1
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtJeff King-3/+4
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson-3/+3
2016-10-26diff_aligned_abbrev: use "struct oid"Jeff King-2/+2
2016-10-26diff_unique_abbrev: rename to diff_aligned_abbrevJeff King-3/+3
2016-07-19Merge branch 'bc/cocci'Junio C Hamano-7/+7
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson-5/+5
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano-1/+1
2016-05-09combine-diff.c: use error_errno()Nguyễn Thái Ngọc Duy-2/+1
2016-02-22use st_add and st_mult for allocation size computationJeff King-7/+7
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-3/+1
2016-02-22use xmallocz to avoid size arithmeticJeff King-3/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-2/+2
2015-11-20Remove get_object_hash.brian m. carlson-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson-2/+2
2015-09-28Sync with 2.4.10Junio C Hamano-2/+4
2015-09-28Sync with 2.3.10Junio C Hamano-2/+4
2015-09-28react to errors in xdi_diffJeff King-2/+4
2015-06-11Merge branch 'jk/color-diff-plain-is-context'Junio C Hamano-3/+3
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King-3/+3
2015-03-13diff: convert struct combine_diff_path to object_idbrian m. carlson-28/+28
2014-09-02Merge branch 'jk/pretty-empty-format'Junio C Hamano-1/+2
2014-08-26Merge branch 'jk/diff-tree-t-fix'Junio C Hamano-1/+11
2014-08-20intersect_paths: respect mode in git's tree-sortJeff King-1/+11
2014-07-30pretty: make empty userformats truly emptyJeff King-1/+2
2014-06-06Merge branch 'mk/show-s-no-extra-blank-line-for-merges'Junio C Hamano-1/+2
2014-05-15git-show: fix 'git show -s' to not add extra terminator after merge commitMax Kirillov-1/+2
2014-04-07combine-diff: speed it up, by using multiparent diff tree-walker directlyKirill Smelkov-5/+83
2014-02-24combine-diff: move changed-paths scanning logic into its own functionKirill Smelkov-27/+53
2014-02-24combine-diff: move show_log_first logic/action out of paths scanningKirill Smelkov-10/+14
2014-02-24combine-diff: simplify intersect_paths() furtherJunio C Hamano-22/+12
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov-21/+9
2014-02-24combine-diff: optimize combine_diff_path sets intersectionKirill Smelkov-21/+73
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano-2/+2
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano-1/+2
2013-08-01log: use true parents for diff even when rewritingThomas Rast-1/+2
2013-07-29many small typofixesOndřej Bílka-1/+1
2013-07-15remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy-2/+2
2013-06-11Merge branch 'cb/log-follow-with-combined'Junio C Hamano-0/+3
2013-06-02Merge branch 'mk/combine-diff-context-horizon-fix'Junio C Hamano-2/+5
2013-05-28fix segfault with git log -c --followClemens Buchacher-0/+3
2013-05-15combine-diff.c: Fix output when changes are exactly 3 lines apartMatthijs Kooijman-2/+5
2013-03-25combine-diff: coalesce lost lines optimallyAntoine Pelisse-64/+191
2013-03-14Allow combined diff to ignore white-spacesAntoine Pelisse-7/+50
2013-02-14Merge branch 'jk/diff-graph-cleanup'Junio C Hamano-17/+32
2013-02-12combine-diff.c: teach combined diffs about line prefixJohn Keeping-17/+30
2013-02-03combine-diff: lift 32-way limit of combined diffJunio C Hamano-14/+7