filter-branch: make the usage string fit on 80 chars terminals.
It used to be a single, huge line, badly wrapped by xterm. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b8f423327b
commit
83e355a62c
@ -97,12 +97,12 @@ set_ident () {
|
|||||||
echo "case \"\$GIT_${uid}_NAME\" in \"\") GIT_${uid}_NAME=\"\${GIT_${uid}_EMAIL%%@*}\" && export GIT_${uid}_NAME;; esac"
|
echo "case \"\$GIT_${uid}_NAME\" in \"\") GIT_${uid}_NAME=\"\${GIT_${uid}_EMAIL%%@*}\" && export GIT_${uid}_NAME;; esac"
|
||||||
}
|
}
|
||||||
|
|
||||||
USAGE="[--env-filter <command>] [--tree-filter <command>] \
|
USAGE="[--env-filter <command>] [--tree-filter <command>]
|
||||||
[--index-filter <command>] [--parent-filter <command>] \
|
[--index-filter <command>] [--parent-filter <command>]
|
||||||
[--msg-filter <command>] [--commit-filter <command>] \
|
[--msg-filter <command>] [--commit-filter <command>]
|
||||||
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
|
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
|
||||||
[--original <namespace>] [-d <directory>] [-f | --force] \
|
[--original <namespace>] [-d <directory>] [-f | --force]
|
||||||
[<rev-list options>...]"
|
[<rev-list options>...]"
|
||||||
|
|
||||||
OPTIONS_SPEC=
|
OPTIONS_SPEC=
|
||||||
. git-sh-setup
|
. git-sh-setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user