diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-05 16:57:23 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-05 16:57:23 -0700 |
commit | d67c4af41f7975940e8fec6405411581570eb672 (patch) | |
tree | ef306be4892154002b6d08538e0a4b8c65d2d821 /Documentation/git-apply.txt | |
parent | 3ff8cbeda635422f4740d325d56288dfdea10179 (diff) | |
parent | babfaba23d530e2818db62161825a65e582adbdc (diff) | |
download | git-d67c4af41f7975940e8fec6405411581570eb672.tar.gz git-d67c4af41f7975940e8fec6405411581570eb672.tar.xz |
Merge branch 'fixes'
Diffstat (limited to 'Documentation/git-apply.txt')
-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 cb676348f..e095f93c0 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -13,7 +13,7 @@ SYNOPSIS DESCRIPTION ----------- -Reads supplied diff output and applies it on a GIT index file +Reads supplied diff output and applies it on a git index file and a work tree. OPTIONS |