Revert "filter-branch docs: remove brackets so not to imply revision arg is optional"
authorJunio C Hamano <gitster@pobox.com>
Thu, 31 Jan 2008 21:51:42 +0000 (13:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Jan 2008 21:51:42 +0000 (13:51 -0800)
This reverts commit c41b439244c51b30c60953192816afc91e552578, as
we decided to default to HEAD when revision parameters are missing
and they are no longer mandatory.

Documentation/git-filter-branch.txt
git-filter-branch.sh
index a7f51ab4d0c74aa45d737d86da742549c8780273..e22dfa580383c0a7af00d9d56e01a1869fb6ce75 100644 (file)
@@ -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
 -----------
index ed54e20b2f048051c57e3af87cfd3cdc6612526f..ff716cabb084526ddb5655c3b7c6dd02f4ed1b39 100755 (executable)
@@ -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