From 26a65dea3e818c2bf019ee57ce1833021a2054d5 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 30 Aug 2007 19:10:41 +0200 Subject: [PATCH] git-filter-branch: more detailed USAGE Signed-off-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano --- git-filter-branch.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 01900602e1..ec2f75de56 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 ] [--tree-filter ] \ +[--index-filter ] [--parent-filter ] \ +[--msg-filter ] [--commit-filter ] \ +[--tag-name-filter ] [--subdirectory-filter ] \ +[--original ] [-d ] [-f | --force] \ +[...]" + . git-sh-setup warn () { -- 2.11.4.GIT