From: Junio C Hamano Date: Wed, 17 Jan 2007 22:32:52 +0000 (-0800) Subject: git-format-patch: make --binary on by default X-Git-Tag: v1.5.0-rc2~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e47f306d4bf964def1a0b29e8f7cea419471dffd?ds=inline;hp=e47f306d4bf964def1a0b29e8f7cea419471dffd git-format-patch: make --binary on by default 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 ---