From: Björn Steinbrink Date: Fri, 29 May 2009 10:21:24 +0000 (+0200) Subject: git-apply(1): Clarify that one can select where to apply the patch X-Git-Tag: v1.6.4-rc0~106 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c4d5359230c4bd427f37662f9d12fdf006b6e6ba;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 9e5baa277..735374d7d 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