Introduce the diff option '--patience'
commit34292bddb861f3cb52a524fdce67234430a744fe
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 1 Jan 2009 16:39:17 +0000 (1 17:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2009 21:37:07 +0000 (7 13:37 -0800)
tree9a74c749c894ff44233e024ba16e24c5c18ca9cc
parent92b7de93fb7801570ddc3195f03f30b9c201a3bd
Introduce the diff option '--patience'

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>
Documentation/diff-options.txt
Makefile
diff.c
t/t4033-diff-patience.sh [new file with mode: 0755]