Age | Commit message (Expand) | Author | Files | Lines |
2019-03-07 | Merge branch 'jk/diff-no-index-initialize' | Junio C Hamano | 1 | -1/+1 |
2019-03-07 | Merge branch 'jk/unused-params' | Junio C Hamano | 1 | -1/+1 |
2019-03-07 | Merge branch 'en/combined-all-paths' | Junio C Hamano | 1 | -0/+1 |
2019-02-24 | diff: reuse diff setup for --no-index case | Jeff King | 1 | -1/+1 |
2019-02-14 | diff: drop options parameter from diffcore_fix_diff_index() | Jeff King | 1 | -1/+1 |
2019-02-07 | log,diff-tree: add --combined-all-paths option | Elijah Newren | 1 | -0/+1 |
2019-01-27 | diff.c: prepare to use parse_options() for parsing | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2019-01-27 | diff.h: avoid bit fields in struct diff_flags | Nguyễn Thái Ngọc Duy | 1 | -33/+33 |
2019-01-27 | diff.h: keep forward struct declarations sorted | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2019-01-14 | Merge branch 'sb/diff-color-moved-config-option-fixup' | Junio C Hamano | 1 | -1/+2 |
2018-11-14 | diff: align move detection error handling with other options | Stefan Beller | 1 | -1/+2 |
2018-11-12 | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -5/+17 |
2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
2018-09-21 | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
2018-09-21 | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-09-17 | Merge branch 'sb/range-diff-colors' | Junio C Hamano | 1 | -0/+5 |
2018-08-20 | diff.c: add --output-indicator-{new, old, context} | Stefan Beller | 1 | -0/+5 |
2018-08-20 | Merge branch 'js/range-diff' | Junio C Hamano | 1 | -1/+9 |
2018-08-13 | diff.c: move read_index() code back to the caller | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2018-08-13 | range-diff: use dim/bold cues to improve dual color mode | Johannes Schindelin | 1 | -1/+7 |
2018-08-13 | diff: add an internal option to dual-color diffs of diffs | Johannes Schindelin | 1 | -0/+1 |
2018-08-13 | range-diff: suppress the diff headers | Johannes Schindelin | 1 | -0/+1 |
2018-08-03 | diff.h: remove extern from function declaration | Nguyễn Thái Ngọc Duy | 1 | -60/+60 |
2018-08-02 | Merge branch 'sb/diff-color-move-more' | Junio C Hamano | 1 | -2/+7 |
2018-07-19 | diff.c: add white space mode to move detection that allows indent changes | Stefan Beller | 1 | -0/+3 |
2018-07-17 | diff.c: decouple white space treatment from move detection algorithm | Stefan Beller | 1 | -0/+1 |
2018-07-17 | diff.c: add a blocks mode for moved code detection | Stefan Beller | 1 | -2/+3 |
2018-05-08 | merge: add merge.renames config setting | Ben Peart | 1 | -0/+1 |
2018-03-14 | Merge branch 'nd/diff-stat-with-summary' | Junio C Hamano | 1 | -0/+1 |
2018-02-27 | diff: add --compact-summary | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-01-23 | Merge branch 'sb/diff-blobfind-pickaxe' | Junio C Hamano | 1 | -2/+11 |
2018-01-04 | diffcore: add a pickaxe option to find a specific blob | Stefan Beller | 1 | -1/+7 |
2018-01-04 | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 1 | -0/+2 |
2018-01-04 | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit | Stefan Beller | 1 | -1/+2 |
2018-01-04 | diff.h: make pickaxe_opts an unsigned bit field | Stefan Beller | 1 | -1/+1 |
2017-11-28 | diff: support anchoring line(s) | Jonathan Tan | 1 | -0/+4 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -39/+49 |
2017-11-06 | Merge branch 'jk/revision-pruning-optim' | Junio C Hamano | 1 | -0/+1 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -31/+31 |
2017-11-01 | diff: remove DIFF_OPT_CLR macro | Brandon Williams | 1 | -2/+0 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -1/+0 |
2017-11-01 | diff: remove DIFF_OPT_TST macro | Brandon Williams | 1 | -1/+0 |
2017-11-01 | diff: remove touched flags | Brandon Williams | 1 | -4/+2 |
2017-11-01 | diff: add flag to indicate textconv was set via cmdline | Brandon Williams | 1 | -0/+1 |
2017-11-01 | diff: convert flags to be stored in bitfields | Brandon Williams | 1 | -39/+54 |
2017-10-14 | revision: quit pruning diff more quickly when possible | Jeff King | 1 | -0/+1 |
2017-08-16 | diff: define block by number of alphanumeric chars | Jonathan Tan | 1 | -1/+1 |