aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/diff
Commit message (Expand)AuthorAgeFilesLines
* diff: Allow srcPrefix and dstPrefix to be configured (#265)Andrew Nelson2021-03-112-6/+53
* plumbing: diff, reset color at end of line rather than at beginning of nextTom Payne2020-05-172-37/+64
* plumbing: diff, refresh internalsTom Payne2020-05-011-216/+166
* plumbing: diff, don't emit unnecessary resetsTom Payne2020-04-303-22/+24
* plumbing: color, make package externalTom Payne2020-04-292-2/+2
* plumbing: diff, fix coloring of hunk contextTom Payne2020-04-292-15/+51
* plumbing: diff, Add initial colored output support. Fixes #33.Tom Payne2020-04-263-10/+206
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-103-5/+5
* format: diff, Handle no newline at end of file. Fixes #936Stuart Jansen2019-10-132-30/+83
* plumbing/format: simplify codeChristian Muehlhaeuser2019-07-291-1/+1
* Fix fatal corrupt patch in unified diff formatAntonio Jesus Navarro Perez2018-09-072-2/+43
* add test for crashing diffMechiel Lukkien2018-02-161-0/+37
* fix crash when generating a unified diff with a small ending equal-chunkMechiel Lukkien2018-02-141-2/+6
* format: diff, remove error when two files are empty, submodules are simply ig...Máximo Cuadros2017-12-072-5/+2
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-233-0/+1242