Code

Make apply --binary a no-op.
authorJunio C Hamano <junkio@cox.net>
Thu, 7 Sep 2006 05:45:21 +0000 (22:45 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 7 Sep 2006 09:44:40 +0000 (02:44 -0700)
commit2b6eef943ff81df63a809857b7b400ee175eb29b
tree8fab428249716f64abbe1a2286f6ab2b3ee3beb1
parent7bbf88c52b202d543310123e1bad9a44b2d6f028
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>
Documentation/git-apply.txt
builtin-apply.c
t/t4103-apply-binary.sh