rebase: remove obsolete and unused LONG_USAGE which breaks xgettext
commitc021fbf615f5cbd29ad4d9349bd2c36347655f3b
authorJiang Xin <worldhello.net@gmail.com>
Wed, 25 Jul 2012 14:53:10 +0000 (25 22:53 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2012 05:34:15 +0000 (26 22:34 -0700)
tree3b0dd4fa592d55c7e7f68e0a3eeb1401847d862d
parent465d6a00e9bae9786d2b12cfda4fd80d937cad9b
rebase: remove obsolete and unused LONG_USAGE which breaks xgettext

Since there is a modern OPTIONS_SPEC variable in use in this script,
the obsolete USAGE and LONG_USAGE variables are no longer used.
Remove them.

In addition, the obsolete LONG_USAGE variable has the following
message in it:

    A'\''--B'\''--C'\''

And such complex LONG_USAGE message will break xgettext when
extracting l10n messages (but if single quotes are removed from the
message, xgettext works fine on 'git-rebase.sh').

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Reviewed-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh