author | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Aug 2011 22:06:21 +0000 (15:06 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Aug 2011 22:06:21 +0000 (15:06 -0700) | ||
commit | 9dcca58db42e85e056c6523429204f367a671a0e | |
tree | 8a84bd268f2a6d695b9604e933a9de738cd4bd11 | tree | snapshot |
parent | 285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81 | commit | diff |
filter-branch.sh: de-dent usage string
"Usage: git filter-branch " that is prefixed to the first line is 25
columns long, so the "[--index-filter ..." on the second line would not
align with "[--env-filter ..." on the first line to begin with. If the
second and subsequent lines do not aim to align with anything on the
first line, it is just fine to indent them with a single HT.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
"Usage: git filter-branch " that is prefixed to the first line is 25
columns long, so the "[--index-filter ..." on the second line would not
align with "[--env-filter ..." on the first line to begin with. If the
second and subsequent lines do not aim to align with anything on the
first line, it is just fine to indent them with a single HT.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh | diff | blob | history |