Fourth batch after 2.12
[gitweb.git] / Documentation / git-name-rev.txt
index 7433627db12d311c38b0d8e63cf470b773b88209..e8e68f528cf2fa5705e7cedce8d3d807fa20057d 100644 (file)
@@ -30,6 +30,15 @@ OPTIONS
        given multiple times, use refs whose names match any of the given shell
        patterns. Use `--no-refs` to clear any previous ref patterns given.
 
+--exclude=<pattern>::
+       Do not use any ref whose name matches a given shell pattern. The
+       pattern can be one of branch name, tag name or fully qualified ref
+       name. If given multiple times, a ref will be excluded when it matches
+       any of the given patterns. When used together with --refs, a ref will
+       be used as a match only when it matches at least one --refs pattern and
+       does not match any --exclude patterns. Use `--no-exclude` to clear the
+       list of exclude patterns.
+
 --all::
        List all commits reachable from all refs