Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
commitbac199b7b17cd12286a7d5393f4789574c2e1dc4
authorPierre Habouzit <madcoder@debian.org>
Sun, 4 Nov 2007 10:30:54 +0000 (4 11:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 06:48:13 +0000 (5 22:48 -0800)
treef5461ec2e9e06c0d639db93906862f2077607d32
parent21d4783538662143ef52ed6967c948ab27586232
Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt

If you set OPTIONS_SPEC, git-sh-setups uses git-rev-parse --parseopt
automatically.

It also diverts usage to re-exec $0 with the -h option as parse-options.c
will catch that.

If you need git-rev-parse --parseopt to keep the `--` the user may have
passed to your command, set OPTIONS_KEEPDASHDASH to a non empty value
in your script.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-sh-setup.sh