diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-06-02 15:06:00 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-06-02 15:06:00 +0900 |
| commit | ce079b9567678dc01b4c5fac4853b134bdb4e1dc (patch) | |
| tree | 12e456d0a56450bee1e4a4bf03ed5358e1ddbbd5 | |
| parent | Merge branch 'jt/send-email-validate-hook' (diff) | |
| parent | tag: duplicate mention of --contains should mention --no-contains (diff) | |
| download | git-ce079b9567678dc01b4c5fac4853b134bdb4e1dc.tar.gz git-ce079b9567678dc01b4c5fac4853b134bdb4e1dc.zip | |
Merge branch 'ab/ref-filter-no-contains'
Doc update to a recent topic.
* ab/ref-filter-no-contains:
tag: duplicate mention of --contains should mention --no-contains
| -rw-r--r-- | Documentation/git-tag.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index f8a0b787f4..1eb15afa1c 100644 --- 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>...] |
