git-format-patch: make --binary on by default
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 22:32:52 +0000 (14:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 Jan 2007 07:48:20 +0000 (23:48 -0800)
It does not make much sense to generate a patch that cannot be
applied. If --text is specified on the command line it still
takes precedence.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found