Skip to content

Commit

Permalink
Revert "filter-branch docs: remove brackets so not to imply revision …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
Junio C Hamano committed Jan 31, 2008
1 parent c02792e commit bb8eebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SYNOPSIS
[--msg-filter <command>] [--commit-filter <command>]
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
[--original <namespace>] [-d <directory>] [-f | --force]
<rev-list options>
[<rev-list options>...]

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion git-filter-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
[--msg-filter <command>] [--commit-filter <command>] \
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
[--original <namespace>] [-d <directory>] [-f | --force] \
<rev-list options>"
[<rev-list options>...]"

OPTIONS_SPEC=
. git-sh-setup
Expand Down

0 comments on commit bb8eebb

Please sign in to comment.