Code

git-apply(1): Clarify that one can select where to apply the patch
authorBjörn Steinbrink <B.Steinbrink@gmx.de>
Fri, 29 May 2009 10:21:24 +0000 (12:21 +0200)
committerJunio 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

index 9e5baa277731adf14e47fda8c6b13a076e0873db..735374d7df7e8d0e967dce7750f41aabff9a095f 100644 (file)
@@ -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