git-filter-branch: more detailed USAGE

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Giuseppe Bilotta 2007-08-30 19:10:41 +02:00 committed by Junio C Hamano
parent fa8fe28c60
commit 26a65dea3e
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,13 @@
# a new branch. You can specify a number of filters to modify the commits,
# files and trees.

USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] [REV-RANGE]"
USAGE="[--env-filter <command>] [--tree-filter <command>] \
[--index-filter <command>] [--parent-filter <command>] \
[--msg-filter <command>] [--commit-filter <command>] \
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
[--original <namespace>] [-d <directory>] [-f | --force] \
[<rev-list options>...]"

. git-sh-setup

warn () {