Skip to content

Commit 83e355a

Browse files
moygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b8f4233 commit 83e355a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

git-filter-branch.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ set_ident () {
9797
echo "case \"\$GIT_${uid}_NAME\" in \"\") GIT_${uid}_NAME=\"\${GIT_${uid}_EMAIL%%@*}\" && export GIT_${uid}_NAME;; esac"
9898
}
9999

100-
USAGE="[--env-filter <command>] [--tree-filter <command>] \
101-
[--index-filter <command>] [--parent-filter <command>] \
102-
[--msg-filter <command>] [--commit-filter <command>] \
103-
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
104-
[--original <namespace>] [-d <directory>] [-f | --force] \
105-
[<rev-list options>...]"
100+
USAGE="[--env-filter <command>] [--tree-filter <command>]
101+
[--index-filter <command>] [--parent-filter <command>]
102+
[--msg-filter <command>] [--commit-filter <command>]
103+
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
104+
[--original <namespace>] [-d <directory>] [-f | --force]
105+
[<rev-list options>...]"
106106

107107
OPTIONS_SPEC=
108108
. git-sh-setup

0 commit comments

Comments
 (0)