]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-format-patch.txt
git-format-patch: add --no-binary to omit binary changes in the patch.
authorCaio Marcelo de Oliveira Filho <cmarcelo@gmail.com>
Fri, 9 May 2008 22:55:43 +0000 (19:55 -0300)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 17:12:19 +0000 (10:12 -0700)
commit37c22a4bf801403f71a5e9674d8e314ce575945e
tree79c28a0744ecb092a845f7e8b8dd8ca766ae944e
parentc998ae9baa1cc5f507646da9850731de634d2ee7
git-format-patch: add --no-binary to omit binary changes in the patch.

Add a new option --no-binary to git-format-patch so that no binary
changes are included in the generated patches, only notices that those
files changed.  This generate patches that cannot be applied, but still
is useful for generating mails for code review purposes.

See also: commit e47f306d4bf964def1a0b29e8f7cea419471dffd, where --binary
option was turned on by default.

Signed-off-by: Caio Marcelo de Oliveira Filho <cmarcelo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt
builtin-log.c