summaryrefslogtreecommitdiff
path: root/t/t4033-diff-patience.sh
Commit message (Collapse)AuthorAgeFilesLines
* t4033-diff-patience: factor out testsTay Ray Chuan2011-07-071-159/+3
| | | | | | | | | Group the test cases into two functions, test_diff_(frobnitz|unique). This in preparation for the histogram diff algorithm, which would also re-use these test cases. Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Introduce the diff option '--patience'Johannes Schindelin2009-01-071-0/+168
This commit teaches Git to produce diff output using the patience diff algorithm with the diff option '--patience'. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>