author | Junio C Hamano <junkio@cox.net> | |
Thu, 17 Nov 2005 00:46:24 +0000 (16:46 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 18 Nov 2005 06:36:31 +0000 (22:36 -0800) | ||
commit | 087b6742fcab74f7a53626b98969bed27d288e2b | |
tree | ae209db4abcd6d0c83ac92c23bb9b16ffd5bcf7e | tree | snapshot |
parent | 6b7b0427728fe31ee2d9375a36f1c27974432979 | commit | diff |
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>
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 | diff | blob | history | |
git-am.sh | diff | blob | history |