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 | Record which tree the patch applies to. (diff) | |
parent | Fix usage of carets in git-rev-parse(1) (diff) | |
download | tgif-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 cb676348f8..e095f93c08 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 |