From: Junio C Hamano Date: Mon, 5 Jun 2017 00:03:18 +0000 (+0900) Subject: Merge branch 'ab/ref-filter-no-contains' into maint X-Git-Tag: v2.13.1~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0d86bbdc11c1c5afc33f072824f753ffeacbf13c?hp=b8a4652d9b96dba797a34be47c6021dad045ebcb 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 --- 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 ] [-f] [-m | -F ] [ | ] 'git tag' -d ... -'git tag' [-n[]] -l [--contains ] [--contains ] +'git tag' [-n[]] -l [--contains ] [--no-contains ] [--points-at ] [--column[=] | --no-column] [--create-reflog] [--sort=] [--format=] [--[no-]merged []] [...]