summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 733f181)
raw | patch | inline | side by side (parent: 733f181)
author | Brandon Casey <casey@nrlssc.navy.mil> | |
Thu, 31 Jan 2008 00:41:25 +0000 (18:41 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 31 Jan 2008 01:21:02 +0000 (17:21 -0800) |
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | patch | blob | history | |
git-filter-branch.sh | patch | blob | history |
index e22dfa580383c0a7af00d9d56e01a1869fb6ce75..a7f51ab4d0c74aa45d737d86da742549c8780273 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 fbb948d6fd42091acade3fa807d5ff250cea651b..753bf50c6dd86a9798e11e096c032e26a8868cca 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