1
0
mirror of https://github.com/git/git synced 2024-07-05 00:58:49 +00:00

Revert "filter-branch docs: remove brackets so not to imply revision arg is optional"

This reverts commit c41b439244, as
we decided to default to HEAD when revision parameters are missing
and they are no longer mandatory.
This commit is contained in:
Junio C Hamano 2008-01-31 13:51:42 -08:00
parent c02792edd6
commit bb8eebb94f
2 changed files with 2 additions and 2 deletions

View 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
-----------

View File

@ -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