Skip to content

Commit c4d5359

Browse files
dotdashgitster
authored andcommitted
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>
1 parent 0bf8c1f commit c4d5359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-apply.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-apply(1)
33

44
NAME
55
----
6-
git-apply - Apply a patch on a git index file and a working tree
6+
git-apply - Apply a patch on a git index file and/or a working tree
77

88

99
SYNOPSIS

0 commit comments

Comments
 (0)