Skip to content

Commit

Permalink
git-apply(1): Clarify that one can select where to apply the patch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Björn Steinbrink authored and Junio C Hamano committed May 31, 2009
1 parent 0bf8c1f commit c4d5359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-apply.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4d5359

Please sign in to comment.