git-apply --directory: make --root more similar to GNU diff
commitf55638874774acc1e13a046353449ebc8734ab08
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2008 01:36:01 +0000 (6 18:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2008 02:33:08 +0000 (6 19:33 -0700)
treeec45c4c37712d651ec7caa1100aaddd4d7c96944
parent8ee4a6c2ec6738cfbc815dc59e44825f2a9b9f15
git-apply --directory: make --root more similar to GNU diff

Applying a patch in the directory that is different from what the patch
records is done with --directory option in GNU diff.  The --root option we
introduced previously does the same, and we can call it the same way to
give users more familiar feel.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-apply.txt
builtin-apply.c
t/t4128-apply-root.sh