summaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/xdiff-interface'Junio C Hamano2018-11-131-25/+23
|\
| * diff: convert --check to use a hunk callbackJeff King2018-11-051-8/+12
| * diff: use hunk callback for word-diffJeff King2018-11-051-7/+5
| * diff: discard hunk headers for patch-ids earlierJeff King2018-11-051-6/+2
| * diff: avoid generating unused hunk header linesJeff King2018-11-051-2/+2
| * xdiff-interface: provide a separate consume callback for hunksJeff King2018-11-021-10/+10
* | Merge branch 'js/diff-notice-has-drive-prefix'Junio C Hamano2018-10-301-2/+2
|\ \
| * | diff: don't attempt to strip prefix from absolute Windows pathsJohannes Sixt2018-10-221-2/+2
* | | Merge branch 'sb/diff-emit-line-ws-markup-cleanup'Junio C Hamano2018-10-261-7/+5
|\ \ \
| * | | diff.c: pass sign_index to emit_line_ws_markupStefan Beller2018-10-121-7/+5
* | | | Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano2018-10-191-41/+54
|\ \ \ \
| * | | | diff --color-moved: fix a memory leakPhillip Wood2018-10-051-2/+2
| * | | | diff --color-moved-ws: fix another memory leakPhillip Wood2018-10-051-0/+2
| * | | | diff --color-moved-ws: fix a memory leakPhillip Wood2018-10-051-1/+4
| * | | | diff --color-moved-ws: fix out of bounds string accessPhillip Wood2018-10-051-1/+1
| * | | | diff --color-moved-ws: fix double free crashPhillip Wood2018-10-051-37/+45
| |/ / /
* | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-113/+148
|\ \ \ \ | |/ / / |/| | |
| * | | ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+3
| * | | userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-17/+23
| * | | sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-10/+10
| * | | ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | | diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * | | diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-211-8/+9
| * | | diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-74/+102
| | |/ | |/|
* | | Merge branch 'sb/diff-color-move-more'Junio C Hamano2018-09-241-5/+6
|\ \ \
| * | | diff: fix --color-moved-ws=allow-indentation-changePhillip Wood2018-09-111-5/+6
* | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-14/+9
|\ \ \ \
| * | | | show_dirstat: simplify same-content checkJeff King2018-08-291-8/+3
| * | | | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-3/+3
| * | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| | |/ / | |/| |
* | | | Merge branch 'sb/range-diff-colors'Junio C Hamano2018-09-171-41/+65
|\ \ \ \ | |/ / / |/| | |
| * | | diff.c: add --output-indicator-{new, old, context}Stefan Beller2018-08-201-3/+18
| * | | diff.c: rewrite emit_line_0 more understandablyStefan Beller2018-08-141-33/+40
| * | | diff.c: omit check for line prefix in emit_line_0Stefan Beller2018-08-141-4/+1
| * | | diff: use emit_line_0 once per lineStefan Beller2018-08-141-8/+8
| * | | diff.c: add set_sign to emit_line_0Stefan Beller2018-08-141-9/+15
| * | | diff.c: reorder arguments for emit_line_ws_markupStefan Beller2018-08-141-6/+6
| * | | diff.c: simplify caller of emit_line_0Stefan Beller2018-08-141-2/+1
* | | | Merge branch 'js/range-diff'Junio C Hamano2018-08-201-16/+89
|\| | |
| * | | range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin2018-08-131-6/+22
| * | | range-diff --dual-color: skip white-space warningsJohannes Schindelin2018-08-131-0/+1
| * | | diff: add an internal option to dual-color diffs of diffsJohannes Schindelin2018-08-131-15/+68
| * | | range-diff: suppress the diff headersJohannes Schindelin2018-08-131-1/+4
* | | | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-11/+1
|\ \ \ \
| * | | | convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
| * | | | diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy2018-08-131-10/+0
| |/ / /
* | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-161-2/+2
|\ \ \ \
| * | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-2/+2
* | | | | Merge branch 'es/diff-color-moved-fix'Junio C Hamano2018-08-161-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine2018-07-251-1/+3
| | |_|/ | |/| |