]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-filter-branch.sh
gitignore(5): Allow "foo/" in ignore list to match directory "foo"
[git.git] / git-filter-branch.sh
index ed54e20b2f048051c57e3af87cfd3cdc6612526f..ff716cabb084526ddb5655c3b7c6dd02f4ed1b39 100755 (executable)
@@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
 [--msg-filter <command>] [--commit-filter <command>] \
 [--tag-name-filter <command>] [--subdirectory-filter <directory>] \
 [--original <namespace>] [-d <directory>] [-f | --force] \
-<rev-list options>"
+[<rev-list options>...]"
 
 OPTIONS_SPEC=
 . git-sh-setup