From: Junio C Hamano Date: Thu, 31 Jan 2008 21:51:42 +0000 (-0800) Subject: Revert "filter-branch docs: remove brackets so not to imply revision arg is optional" X-Git-Tag: v1.5.4~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bb8eebb94f0acf9a7ec19a1815bff7c9a2d3e427 Revert "filter-branch docs: remove brackets so not to imply revision arg is optional" This reverts commit c41b439244c51b30c60953192816afc91e552578, as we decided to default to HEAD when revision parameters are missing and they are no longer mandatory. --- diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt index a7f51ab4d0..e22dfa5803 100644 --- a/Documentation/git-filter-branch.txt +++ b/Documentation/git-filter-branch.txt @@ -13,7 +13,7 @@ SYNOPSIS [--msg-filter ] [--commit-filter ] [--tag-name-filter ] [--subdirectory-filter ] [--original ] [-d ] [-f | --force] - + [...] DESCRIPTION ----------- diff --git a/git-filter-branch.sh b/git-filter-branch.sh index ed54e20b2f..ff716cabb0 100755 --- a/git-filter-branch.sh +++ b/git-filter-branch.sh @@ -92,7 +92,7 @@ USAGE="[--env-filter ] [--tree-filter ] \ [--msg-filter ] [--commit-filter ] \ [--tag-name-filter ] [--subdirectory-filter ] \ [--original ] [-d ] [-f | --force] \ -" +[...]" OPTIONS_SPEC= . git-sh-setup