diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-16 22:06:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-17 17:41:58 -0700 |
commit | 58452f9442a1fa20e0fde5d200091b7f02e62cea (patch) | |
tree | bfddd5fb77ae068308d629db0af3df7e0ef23c98 /Documentation/git-apply.txt | |
parent | 973d6a2015ead1afa17ea4c728b4b9a4b9716d19 (diff) | |
download | git-58452f9442a1fa20e0fde5d200091b7f02e62cea.tar.gz |
git-apply: remove unused --show-files flag.
Linus says he does not use it (and the thinking behind its initial
introduction), and neither Cogito nor StGIT uses it.
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, 1 insertions, 4 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index e928088e44..fd38ee5b19 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -8,7 +8,7 @@ git-apply - Apply patch on a git index file and a work tree SYNOPSIS -------- -'git-apply' [--stat] [--summary] [--check] [--index] [--apply] [--show-files] [--index-info] [-z] [<patch>...] +'git-apply' [--stat] [--summary] [--check] [--index] [--apply] [--index-info] [-z] [<patch>...] DESCRIPTION ----------- @@ -45,9 +45,6 @@ OPTIONS up-to-date, it is flagged as an error. This flag also causes the index file to be updated. ---show-files:: - Show summary of files that are affected by the patch. - --index-info:: Newer git-diff output has embedded 'index information' for each blob to help identify the original version that |