aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-apply.txt
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2009-05-29 12:21:24 +0200
committerJunio C Hamano <gitster@pobox.com>2009-05-31 15:39:04 -0700
commitc4d5359230c4bd427f37662f9d12fdf006b6e6ba (patch)
tree80b34f5a60586a4943f6bad45b652260a51ce283 /Documentation/git-apply.txt
parent0bf8c1f9be55ae9c6a592324582526778e45b8dd (diff)
downloadgit-c4d5359230c4bd427f37662f9d12fdf006b6e6ba.tar.gz
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>
Diffstat (limited to 'Documentation/git-apply.txt')
-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 9e5baa2777..735374d7df 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