diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-05 09:03:18 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-05 09:03:18 +0900 |
commit | 0d86bbdc11c1c5afc33f072824f753ffeacbf13c (patch) | |
tree | 9b47c01e8624c40cefc3b39bda9ddec8bdb5acf7 /Documentation | |
parent | b8a4652d9b96dba797a34be47c6021dad045ebcb (diff) | |
parent | 80f4cd804628f59e679b6107a63b05b898c7221e (diff) | |
download | git-0d86bbdc11c1c5afc33f072824f753ffeacbf13c.tar.gz |
Merge branch 'ab/ref-filter-no-contains' into maint
Doc update to a recent topic.
* ab/ref-filter-no-contains:
tag: duplicate mention of --contains should mention --no-contains
Diffstat (limited to 'Documentation')
-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>...] |