summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'sb/range-diff-colors'Junio C Hamano
2018-08-20diff.c: add --output-indicator-{new, old, context}Stefan Beller
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy
2018-08-13range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin
2018-08-13diff: add an internal option to dual-color diffs of diffsJohannes Schindelin
2018-08-13range-diff: suppress the diff headersJohannes Schindelin
2018-08-03diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy
2018-08-02Merge branch 'sb/diff-color-move-more'Junio C Hamano
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller
2018-05-08merge: add merge.renames config settingBen Peart
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