Documentation/git-clean.txt: document that -f may need to be given twice
[gitweb.git] / Documentation / git-tag.txt
index 8c82b87c8026ed6531e55708be3577144932075b..303de8eee55be473b3e76abde6373391c5a80fdf 100644 (file)
@@ -95,6 +95,12 @@ OPTIONS
        using fnmatch(3)).  Multiple patterns may be given; if any of
        them matches, the tag is shown.
 
+--sort=<type>::
+       Sort in a specific order. Supported type is "refname"
+       (lexicographic order), "version:refname" or "v:refname" (tag
+       names are treated as versions). Prepend "-" to reverse sort
+       order.
+
 --column[=<options>]::
 --no-column::
        Display tag listing in columns. See configuration variable