summaryrefslogtreecommitdiffstats
path: root/diff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge branch 'js/range-diff'Junio C Hamano1-1/+9
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy1-1/+0
2018-08-13range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin1-1/+7
2018-08-13diff: add an internal option to dual-color diffs of diffsJohannes Schindelin1-0/+1
2018-08-13range-diff: suppress the diff headersJohannes Schindelin1-0/+1
2018-08-03diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy1-60/+60
2018-08-02Merge branch 'sb/diff-color-move-more'Junio C Hamano1-2/+7
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller1-0/+3
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller1-0/+1
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller1-2/+3
2018-05-08merge: add merge.renames config settingBen Peart1-0/+1
2018-03-14Merge branch 'nd/diff-stat-with-summary'Junio C Hamano1-0/+1
2018-02-27diff: add --compact-summaryNguyễn Thái Ngọc Duy1-0/+1
2018-01-23Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano1-2/+11
2018-01-04diffcore: add a pickaxe option to find a specific blobStefan Beller1-1/+7
2018-01-04diff: introduce DIFF_PICKAXE_KINDS_MASKStefan Beller1-0/+2
2018-01-04diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bitStefan Beller1-1/+2
2018-01-04diff.h: make pickaxe_opts an unsigned bit fieldStefan Beller1-1/+1
2017-11-28diff: support anchoring line(s)Jonathan Tan1-0/+4
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano1-39/+49
2017-11-06Merge branch 'jk/revision-pruning-optim'Junio C Hamano1-0/+1
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-31/+31
2017-11-01diff: remove DIFF_OPT_CLR macroBrandon Williams1-2/+0
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams1-1/+0
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams1-1/+0
2017-11-01diff: remove touched flagsBrandon Williams1-4/+2
2017-11-01diff: add flag to indicate textconv was set via cmdlineBrandon Williams1-0/+1
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams1-39/+54
2017-10-14revision: quit pruning diff more quickly when possibleJeff King1-0/+1
2017-08-16diff: define block by number of alphanumeric charsJonathan Tan1-1/+1
2017-06-30diff.c: add dimming to moved line detectionStefan Beller1-2/+7
2017-06-30diff.c: color moved lines differently, plain modeStefan Beller1-0/+1
2017-06-30diff.c: color moved lines differentlyStefan Beller1-1/+11
2017-06-30diff.c: buffer all output if asked toStefan Beller1-0/+2
2017-06-30diff.c: convert show_stats to use emit_diff_symbolStefan Beller1-2/+2
2017-06-30submodule.c: migrate diff output to use emit_diff_symbolStefan Beller1-0/+9
2017-06-30diff.c: migrate emit_line_checked to use emit_diff_symbolStefan Beller1-3/+3
2017-06-19Merge branch 'bw/object-id'Junio C Hamano1-19/+19
2017-06-05tree-diff: convert diff_tree_paths to struct object_idBrandon Williams1-2/+2
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams1-2/+3
2017-06-05Merge branch 'js/blame-lib'Junio C Hamano1-0/+7
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams1-2/+2
2017-06-02combine-diff: convert diff_tree_combined to struct object_idBrandon Williams1-1/+1
2017-06-02diff: convert diff_flush_patch_id to struct object_idBrandon Williams1-1/+1
2017-06-02diff: convert diff_change to struct object_idBrandon Williams1-7/+6
2017-06-02diff: convert diff_addremove to struct object_idBrandon Williams1-4/+4
2017-05-24blame: move textconv_object with related functionsJeff Smith1-0/+7
2017-05-08diff-lib: convert do_diff_cache to struct object_idbrian m. carlson1-1/+1
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-2/+2
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano1-1/+2