summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2009-05-29 10:21:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-31 22:39:04 (GMT)
commitc4d5359230c4bd427f37662f9d12fdf006b6e6ba (patch)
tree80b34f5a60586a4943f6bad45b652260a51ce283
parent0bf8c1f9be55ae9c6a592324582526778e45b8dd (diff)
downloadgit-c4d5359230c4bd427f37662f9d12fdf006b6e6ba.zip
git-c4d5359230c4bd427f37662f9d12fdf006b6e6ba.tar.gz
git-c4d5359230c4bd427f37662f9d12fdf006b6e6ba.tar.bz2
git-apply(1): Clarify that one can select where to apply the patch
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>
-rw-r--r--Documentation/git-apply.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt
index 9e5baa2..735374d 100644
--- 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