git-filter-branch: more detailed USAGE
authorGiuseppe Bilotta <redacted>
Thu, 30 Aug 2007 17:10:41 +0000 (19:10 +0200)
committerJunio C Hamano <redacted>
Fri, 31 Aug 2007 02:15:33 +0000 (19:15 -0700)
Signed-off-by: Giuseppe Bilotta <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-filter-branch.sh

index 01900602e1f64483d2999f48aecea530f7afbc0b..ec2f75de56799bc404f62c76e24b2dfa3f82b6f7 100755 (executable)
@@ -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 () {
git clone https://git.99rst.org/PROJECT