author | Junio C Hamano <junkio@cox.net> | |
Thu, 7 Sep 2006 05:45:21 +0000 (22:45 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 7 Sep 2006 09:44:40 +0000 (02:44 -0700) | ||
commit | 2b6eef943ff81df63a809857b7b400ee175eb29b | |
tree | 8fab428249716f64abbe1a2286f6ab2b3ee3beb1 | tree | snapshot |
parent | 7bbf88c52b202d543310123e1bad9a44b2d6f028 | commit | diff |
Make apply --binary a no-op.
Historically we did not allow binary patch applied without an
explicit permission from the user, and this flag was the way to
do so. This makes the flag a no-op by always allowing binary
patch application.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Historically we did not allow binary patch applied without an
explicit permission from the user, and this flag was the way to
do so. This makes the flag a no-op by always allowing binary
patch application.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-apply.txt | diff | blob | history | |
builtin-apply.c | diff | blob | history | |
t/t4103-apply-binary.sh | diff | blob | history |