summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-30 17:10:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-08-31 02:15:33 (GMT)
commit26a65dea3e818c2bf019ee57ce1833021a2054d5 (patch)
treeb4042cda5d805b2f79cfeffa1933a83f51b97440 /git-filter-branch.sh
parentfa8fe28c60e18063ebccbc3b4810f72740daf3c6 (diff)
downloadgit-26a65dea3e818c2bf019ee57ce1833021a2054d5.zip
git-26a65dea3e818c2bf019ee57ce1833021a2054d5.tar.gz
git-26a65dea3e818c2bf019ee57ce1833021a2054d5.tar.bz2
git-filter-branch: more detailed USAGE
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-filter-branch.sh')
-rwxr-xr-xgit-filter-branch.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index 0190060..ec2f75d 100755
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
@@ -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 () {