Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/ref-filter-no-contains' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Jun 2017 00:03:18 +0000
(09:03 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Jun 2017 00:03:18 +0000
(09:03 +0900)
Doc update to a recent topic.
* ab/ref-filter-no-contains:
tag: duplicate mention of --contains should mention --no-contains
Documentation/git-tag.txt
patch
|
blob
|
history
raw
(from parent 1:
b8a4652
)
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>...]