filter-branch docs: remove brackets so not to imply revision arg is optional
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
733f1815ab
commit
c41b439244
|
@ -13,7 +13,7 @@ SYNOPSIS
|
||||||
[--msg-filter <command>] [--commit-filter <command>]
|
[--msg-filter <command>] [--commit-filter <command>]
|
||||||
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
|
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
|
||||||
[--original <namespace>] [-d <directory>] [-f | --force]
|
[--original <namespace>] [-d <directory>] [-f | --force]
|
||||||
[<rev-list options>...]
|
<rev-list options>
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
|
||||||
[--msg-filter <command>] [--commit-filter <command>] \
|
[--msg-filter <command>] [--commit-filter <command>] \
|
||||||
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
|
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
|
||||||
[--original <namespace>] [-d <directory>] [-f | --force] \
|
[--original <namespace>] [-d <directory>] [-f | --force] \
|
||||||
[<rev-list options>...]"
|
<rev-list options>"
|
||||||
|
|
||||||
OPTIONS_SPEC=
|
OPTIONS_SPEC=
|
||||||
. git-sh-setup
|
. git-sh-setup
|
||||||
|
|
Loading…
Reference in New Issue