]> granicus.if.org Git - git/commitdiff
document --exclude option
authorJohannes Sixt <j6t@kdbg.org>
Mon, 2 Sep 2013 20:11:26 +0000 (22:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 20:09:19 +0000 (13:09 -0700)
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt

index 5bdfb4285247770722434541700b0f7547e3a113..7de3ad5427a971f36fa0f4c78dbf70d9a072672b 100644 (file)
@@ -174,6 +174,21 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit).
        is automatically prepended if missing. If pattern lacks '?', '{asterisk}',
        or '[', '/{asterisk}' at the end is implied.
 
+--exclude=<glob-pattern>::
+
+       Do not include refs matching '<glob-pattern>' that the next `--all`,
+       `--branches`, `--tags`, `--remotes`, or `--glob` would otherwise
+       consider. Repetitions of this option accumulate exclusion patterns
+       up to the next `--all`, `--branches`, `--tags`, `--remotes`, or
+       `--glob` option (other options or arguments do not clear
+       accumlated patterns).
++
+The patterns given should not begin with `refs/heads`, `refs/tags`, or
+`refs/remotes` when applied to `--branches`, `--tags`, or `--remotes`,
+respectively, and they must begin with `refs/` when applied to `--glob`
+or `--all`. If a trailing '/{asterisk}' is intended, it must be given
+explicitly.
+
 --ignore-missing::
 
        Upon seeing an invalid object name in the input, pretend as if