Browse Source
The commit 604c86d15b
changed the
original "diff -u0" to "diff -u -U 0" for portability.
A big mistake without proper testing.
The form "diff -u -U 0" shows the default 3-line contexts,
because -u and -U 0 contradicts with each other; "diff -U 0" (or
its longhand "diff --unified=0") is what we meant.
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano
19 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue