diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2009-05-29 12:21:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-31 15:39:04 -0700 |
commit | c4d5359230c4bd427f37662f9d12fdf006b6e6ba (patch) | |
tree | 80b34f5a60586a4943f6bad45b652260a51ce283 | |
parent | 0bf8c1f9be55ae9c6a592324582526778e45b8dd (diff) | |
download | git-c4d5359230c4bd427f37662f9d12fdf006b6e6ba.tar.gz git-c4d5359230c4bd427f37662f9d12fdf006b6e6ba.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |