提交 26a65dea 编写于 作者: G Giuseppe Bilotta 提交者: Junio C Hamano

git-filter-branch: more detailed USAGE

Signed-off-by: NGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 fa8fe28c
......@@ -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 () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册