]> git.ipfire.org Git - thirdparty/git.git/commit
filter-branch: make the usage string fit on 80 chars terminals.
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 18 Aug 2009 09:51:00 +0000 (11:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2009 20:35:55 +0000 (13:35 -0700)
commit83e355a62cd05fba4533d59f9ab4e104c0596279
tree70223341890a57aa174bb834ab20432328db5453
parentb8f423327bea8b82f1cd08cbed52a54a757de856
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>
git-filter-branch.sh