summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-03 16:07:25 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-03 16:07:25 -0700
commit22700fb0070b260261fc5003205fe9aa9e080ce5 (patch)
tree5a1a599cd0bb7d43f653facfe7afb9c71c412ab8 /git-tag.txt
parentb76a68630eaab75c4eb1c41f0fc091811854ff43 (diff)
downloadgit-htmldocs-22700fb0070b260261fc5003205fe9aa9e080ce5.tar.gz
Autogenerated HTML docs for v1.7.10.1-456-g16798
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 8d32b9a81..e36a7c3d1 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -13,6 +13,7 @@ SYNOPSIS
<tagname> [<commit> | <object>]
'git tag' -d <tagname>...
'git tag' [-n[<num>]] -l [--contains <commit>] [--points-at <object>]
+ [--column[=<options>] | --no-column] [<pattern>...]
[<pattern>...]
'git tag' -v <tagname>...
@@ -84,6 +85,14 @@ OPTIONS
using fnmatch(3)). Multiple patterns may be given; if any of
them matches, the tag is shown.
+--column[=<options>]::
+--no-column::
+ Display tag listing in columns. See configuration variable
+ column.tag for option syntax.`--column` and `--no-column`
+ without options are equivalent to 'always' and 'never' respectively.
++
+This option is only applicable when listing tags without annotation lines.
+
--contains <commit>::
Only list tags which contain the specified commit.