projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf8c1f
)
git-apply(1): Clarify that one can select where to apply the patch
author
Björn Steinbrink
<B.Steinbrink@gmx.de>
Fri, 29 May 2009 10:21:24 +0000
(12:21 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 31 May 2009 22:39:04 +0000
(15:39 -0700)
The patch can be applied to the work tree, the index or both, but the
short description made it look like it's always applied to both.
Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-apply.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-apply.txt
b/Documentation/git-apply.txt
index 9e5baa277731adf14e47fda8c6b13a076e0873db..735374d7df7e8d0e967dce7750f41aabff9a095f 100644
(file)
--- a/
Documentation/git-apply.txt
+++ b/
Documentation/git-apply.txt
@@
-3,7
+3,7
@@
git-apply(1)
NAME
----
-git-apply - Apply a patch on a git index file and a working tree
+git-apply - Apply a patch on a git index file and
/or
a working tree
SYNOPSIS