author | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Jul 2008 01:36:01 +0000 (18:36 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Jul 2008 02:33:08 +0000 (19:33 -0700) | ||
commit | f55638874774acc1e13a046353449ebc8734ab08 | |
tree | ec45c4c37712d651ec7caa1100aaddd4d7c96944 | tree | snapshot |
parent | 8ee4a6c2ec6738cfbc815dc59e44825f2a9b9f15 | commit | diff |
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>
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 | diff | blob | history | |
builtin-apply.c | diff | blob | history | |
t/t4128-apply-root.sh | diff | blob | history |