]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-am.txt
git-am: --binary; document --resume and --binary.
authorJunio C Hamano <junkio@cox.net>
Thu, 17 Nov 2005 00:46:24 +0000 (16:46 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 06:36:31 +0000 (22:36 -0800)
commit087b6742fcab74f7a53626b98969bed27d288e2b
treeae209db4abcd6d0c83ac92c23bb9b16ffd5bcf7e
parent6b7b0427728fe31ee2d9375a36f1c27974432979
git-am: --binary; document --resume and --binary.

Now git-apply can grok binary replacement patches, give --binary
flag to git-am.  As a safety measure, this is not by default
enabled, so that you do not let malicious e-mailed patch to
replace an arbitrary path with just a couple of lines (diff
index lines, the filename and string "Binary files "...) by
accident.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-am.txt
git-am.sh