diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-06 05:52:50 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-06 05:52:50 +0100 |
commit | 92e802c6ccb96d1b5e8561b0a136d43d82253293 (patch) | |
tree | 9b6c265d69d1dc8bcce36c86a44674cfb010a6d7 /Documentation/git-apply.txt | |
parent | GIT 1.0.6 (diff) | |
parent | Fix git-symbolic-ref typo in git.txt. (diff) | |
download | git-92e802c6ccb96d1b5e8561b0a136d43d82253293.tar.xz git-92e802c6ccb96d1b5e8561b0a136d43d82253293.zip |
GIT 1.0.7v1.0.7
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-apply.txt')
-rw-r--r-- | Documentation/git-apply.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 626e281596..51c7d47092 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -8,7 +8,10 @@ git-apply - Apply patch on a git index file and a work tree SYNOPSIS -------- -'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [<patch>...] +[verse] +'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] + [--no-add] [--index-info] [--allow-binary-replacement] [-z] + [<patch>...] DESCRIPTION ----------- |