summaryrefslogtreecommitdiff
path: root/combine-diff.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-13/+19
2018-09-21userdiff.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-21diff.c: remove the_index dependency in textconv() functionsLibravatar Nguyễn Thái Ngọc Duy1-11/+16
2018-09-21combine-diff.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-2/+2
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idLibravatar brian m. carlson1-2/+2
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-6/+6
2018-02-22combine-diff: rename 'new' variablesLibravatar Brandon Williams1-6/+6
2018-02-13Merge branch 'tb/crlf-conv-flags'Libravatar Junio C Hamano1-1/+1
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsLibravatar Torsten Bögershausen1-1/+1
2018-01-04diff: introduce DIFF_PICKAXE_KINDS_MASKLibravatar Stefan Beller1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-5/+5
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-5/+5
2017-11-01diff: remove DIFF_OPT_CLR macroLibravatar Brandon Williams1-1/+1
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-1/+1
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams1-3/+3
2017-10-16refs: convert resolve_gitlink_ref to struct object_idLibravatar brian m. carlson1-1/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Libravatar Junio C Hamano1-1/+1
2017-06-13convert: convert convert_to_git to take an indexLibravatar Brandon Williams1-1/+1
2017-06-05tree-diff: convert diff_tree_paths to struct object_idLibravatar Brandon Williams1-5/+5
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idLibravatar Brandon Williams1-2/+2
2017-06-02combine-diff: convert find_paths_* to struct object_idLibravatar Brandon Williams1-6/+6
2017-06-02combine-diff: convert diff_tree_combined to struct object_idLibravatar Brandon Williams1-5/+5
2017-06-02diff: convert fill_filespec to struct object_idLibravatar Brandon Williams1-2/+2
2017-04-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-9/+9
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-6/+6
2017-03-31Make sha1_array_append take a struct object_id *Libravatar brian m. carlson1-1/+1
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtLibravatar Jeff King1-3/+4
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idLibravatar brian m. carlson1-3/+3
2016-10-26diff_aligned_abbrev: use "struct oid"Libravatar Jeff King1-2/+2
2016-10-26diff_unique_abbrev: rename to diff_aligned_abbrevLibravatar Jeff King1-3/+3
2016-07-19Merge branch 'bc/cocci'Libravatar Junio C Hamano1-7/+7
2016-06-28diff: rename struct diff_filespec's sha1_valid memberLibravatar brian m. carlson1-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idLibravatar brian m. carlson1-5/+5
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Libravatar Junio C Hamano1-1/+1
2016-05-09combine-diff.c: use error_errno()Libravatar Nguyễn Thái Ngọc Duy1-2/+1
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-7/+7
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-3/+1
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King1-3/+1
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-2/+2
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-2/+2
2015-09-28Sync with 2.4.10Libravatar Junio C Hamano1-2/+4
2015-09-28Sync with 2.3.10Libravatar Junio C Hamano1-2/+4
2015-09-28react to errors in xdi_diffLibravatar Jeff King1-2/+4
2015-06-11Merge branch 'jk/color-diff-plain-is-context'Libravatar Junio C Hamano1-3/+3
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTLibravatar Jeff King1-3/+3
2015-03-13diff: convert struct combine_diff_path to object_idLibravatar brian m. carlson1-28/+28