summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c02792e)
raw | patch | inline | side by side (parent: c02792e)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 31 Jan 2008 21:51:42 +0000 (13:51 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 31 Jan 2008 21:51:42 +0000 (13:51 -0800) |
This reverts commit c41b439244c51b30c60953192816afc91e552578, as
we decided to default to HEAD when revision parameters are missing
and they are no longer mandatory.
we decided to default to HEAD when revision parameters are missing
and they are no longer mandatory.
Documentation/git-filter-branch.txt | patch | blob | history | |
git-filter-branch.sh | patch | blob | history |
index a7f51ab4d0c74aa45d737d86da742549c8780273..e22dfa580383c0a7af00d9d56e01a1869fb6ce75 100644 (file)
[--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>...]
DESCRIPTION
-----------
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index ed54e20b2f048051c57e3af87cfd3cdc6612526f..ff716cabb084526ddb5655c3b7c6dd02f4ed1b39 100755 (executable)
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
[--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