summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2018-03-14Merge branch 'nd/diff-stat-with-summary'Junio C Hamano
2018-02-27diff: add --compact-summaryNguyễn Thái Ngọc Duy
2018-01-23Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano
2018-01-04diffcore: add a pickaxe option to find a specific blobStefan Beller
2018-01-04diff: introduce DIFF_PICKAXE_KINDS_MASKStefan Beller
2018-01-04diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bitStefan Beller
2018-01-04diff.h: make pickaxe_opts an unsigned bit fieldStefan Beller
2017-11-28diff: support anchoring line(s)Jonathan Tan
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-06Merge branch 'jk/revision-pruning-optim'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_CLR macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams
2017-11-01diff: remove touched flagsBrandon Williams
2017-11-01diff: add flag to indicate textconv was set via cmdlineBrandon Williams
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams
2017-10-14revision: quit pruning diff more quickly when possibleJeff King
2017-08-16diff: define block by number of alphanumeric charsJonathan Tan
2017-06-30diff.c: add dimming to moved line detectionStefan Beller
2017-06-30diff.c: color moved lines differently, plain modeStefan Beller
2017-06-30diff.c: color moved lines differentlyStefan Beller
2017-06-30diff.c: buffer all output if asked toStefan Beller
2017-06-30diff.c: convert show_stats to use emit_diff_symbolStefan Beller
2017-06-30submodule.c: migrate diff output to use emit_diff_symbolStefan Beller
2017-06-30diff.c: migrate emit_line_checked to use emit_diff_symbolStefan Beller
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
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-05Merge branch 'js/blame-lib'Junio C Hamano
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams
2017-06-02combine-diff: convert diff_tree_combined to struct object_idBrandon Williams
2017-06-02diff: convert diff_flush_patch_id to struct object_idBrandon Williams
2017-06-02diff: convert diff_change to struct object_idBrandon Williams
2017-06-02diff: convert diff_addremove to struct object_idBrandon Williams
2017-05-24blame: move textconv_object with related functionsJeff Smith
2017-05-08diff-lib: convert do_diff_cache to struct object_idbrian m. carlson
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano
2016-10-26diff_aligned_abbrev: use "struct oid"Jeff King
2016-10-26diff_unique_abbrev: rename to diff_aligned_abbrevJeff King
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy
2016-10-24diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy
2016-09-26Merge branch 'mh/diff-indent-heuristic'Junio C Hamano
2016-09-19blame: honor the diff heuristic options and configMichael Haggerty
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2016-09-01diff: teach diff to display submodule difference with an inline diffJacob Keller
2016-09-01diff: prepare for additional submodule formatsJacob Keller
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller
2016-09-01diff.c: remove output_prefix_length fieldJunio C Hamano