summaryrefslogtreecommitdiff
path: root/combine-diff.c
AgeCommit message (Expand)Author
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams
2017-06-05tree-diff: convert diff_tree_paths to struct object_idBrandon Williams
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams
2017-06-02combine-diff: convert find_paths_* to struct object_idBrandon Williams
2017-06-02combine-diff: convert diff_tree_combined to struct object_idBrandon Williams
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtJeff King
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2016-10-26diff_aligned_abbrev: use "struct oid"Jeff King
2016-10-26diff_unique_abbrev: rename to diff_aligned_abbrevJeff King
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
2016-05-09combine-diff.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-28react to errors in xdi_diffJeff King
2015-06-11Merge branch 'jk/color-diff-plain-is-context'Junio C Hamano
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King
2015-03-14diff: convert struct combine_diff_path to object_idbrian m. carlson
2014-09-02Merge branch 'jk/pretty-empty-format'Junio C Hamano
2014-08-26Merge branch 'jk/diff-tree-t-fix'Junio C Hamano
2014-08-20intersect_paths: respect mode in git's tree-sortJeff King
2014-07-30pretty: make empty userformats truly emptyJeff King
2014-06-06Merge branch 'mk/show-s-no-extra-blank-line-for-merges'Junio C Hamano
2014-05-15git-show: fix 'git show -s' to not add extra terminator after merge commitMax Kirillov
2014-04-07combine-diff: speed it up, by using multiparent diff tree-walker directlyKirill Smelkov
2014-02-24combine-diff: move changed-paths scanning logic into its own functionKirill Smelkov
2014-02-24combine-diff: move show_log_first logic/action out of paths scanningKirill Smelkov
2014-02-24combine-diff: simplify intersect_paths() furtherJunio C Hamano
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov
2014-02-24combine-diff: optimize combine_diff_path sets intersectionKirill Smelkov
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano
2013-08-01log: use true parents for diff even when rewritingThomas Rast
2013-07-29many small typofixesOndřej Bílka
2013-07-15remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy
2013-06-11Merge branch 'cb/log-follow-with-combined'Junio C Hamano
2013-06-02Merge branch 'mk/combine-diff-context-horizon-fix'Junio C Hamano