]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diff --numstat: show binary with '-' to match "apply --numstat"
authorJunio C Hamano <junkio@cox.net>
Sun, 10 Dec 2006 21:50:59 +0000 (13:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 11 Dec 2006 22:17:19 +0000 (14:17 -0800)
commitbfddbc5e1e68373ba96441ca228236667912265c
treec619cebb4cde036798e4fc6b2e1e06357c8b1b76
parent6f9872582246b9b8ee4bdc9f6a563b409aab1ecb
diff --numstat: show binary with '-' to match "apply --numstat"

This changes the --numstat output for binary files from "0 0" to
"- -" to match what "apply --numstat" does.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c