Skip to content

Commit bb8eebb

Browse files
committed
Revert "filter-branch docs: remove brackets so not to imply revision arg is optional"
This reverts commit c41b439, as we decided to default to HEAD when revision parameters are missing and they are no longer mandatory.
1 parent c02792e commit bb8eebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-filter-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYNOPSIS
1313
[--msg-filter <command>] [--commit-filter <command>]
1414
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
1515
[--original <namespace>] [-d <directory>] [-f | --force]
16-
<rev-list options>
16+
[<rev-list options>...]
1717

1818
DESCRIPTION
1919
-----------

git-filter-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
9292
[--msg-filter <command>] [--commit-filter <command>] \
9393
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
9494
[--original <namespace>] [-d <directory>] [-f | --force] \
95-
<rev-list options>"
95+
[<rev-list options>...]"
9696

9797
OPTIONS_SPEC=
9898
. git-sh-setup

0 commit comments

Comments
 (0)