From: Junio C Hamano Date: Sat, 15 Apr 2006 21:02:10 +0000 (-0700) Subject: diff --stat: do not do its own three-dashes. X-Git-Tag: v1.3.0~20 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=6f4780f9dfd3bc6b23f9ea66b3d49577e0a0c2f9;hp=6f4780f9dfd3bc6b23f9ea66b3d49577e0a0c2f9;p=git.git diff --stat: do not do its own three-dashes. I missed that "git-diff-* --stat" spits out three-dash separator on its own without being asked. Remove it. When we output commit log followed by diff, perhaps --patch-with-stat, for downstream consumer, we _would_ want the three-dash between the message and the diff material, but that logic belongs to the caller, not diff generator. Signed-off-by: Junio C Hamano ---