summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa8fe28)
raw | patch | inline | side by side (parent: fa8fe28)
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | |
Thu, 30 Aug 2007 17:10:41 +0000 (19:10 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Aug 2007 02:15:33 +0000 (19:15 -0700) |
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh | patch | blob | history |
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index 01900602e1f64483d2999f48aecea530f7afbc0b..ec2f75de56799bc404f62c76e24b2dfa3f82b6f7 100755 (executable)
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
# 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 () {