Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
tag: duplicate mention of --contains should mention --no-contains
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Mon, 15 May 2017 12:23:31 +0000
(12:23 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 23 May 2017 12:54:05 +0000
(21:54 +0900)
Fix a duplicate mention of --contains in the SYNOPSIS to mention
--no-contains.
This fixes an error introduced in my commit
ac3f5a3468
("ref-filter:
add --no-contains option to tag/branch/for-each-ref", 2017-03-24).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-tag.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7505769
)
diff --git
a/Documentation/git-tag.txt
b/Documentation/git-tag.txt
index f8a0b787f47d6e752761fa2a442d4ebcb300e2ed..1eb15afa1ce8a533d65c5f5ace0bcd694d7f6ffd 100644
(file)
--- a/
Documentation/git-tag.txt
+++ b/
Documentation/git-tag.txt
@@
-12,7
+12,7
@@
SYNOPSIS
'git tag' [-a | -s | -u <keyid>] [-f] [-m <msg> | -F <file>]
<tagname> [<commit> | <object>]
'git tag' -d <tagname>...
-'git tag' [-n[<num>]] -l [--contains <commit>] [--contains <commit>]
+'git tag' [-n[<num>]] -l [--contains <commit>] [--
no-
contains <commit>]
[--points-at <object>] [--column[=<options>] | --no-column]
[--create-reflog] [--sort=<key>] [--format=<format>]
[--[no-]merged [<commit>]] [<pattern>...]