Merge branch 'ib/scripted-parse-opt-better-hint-string'
commit2bf2d819e1ccd4865500e957cc5953de31255c46
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:24 +0000 (3 11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:24 +0000 (3 11:01 -0700)
treedefd94f473ca2099749e9956777b405539bcb2b5
parent3ecca8879a07889884dcdc90066c76c4e948856a
parent2d893dff4c3c49750557da7a1701b46c1fe95844
Merge branch 'ib/scripted-parse-opt-better-hint-string'

The "rev-parse --parseopt" mode parsed the option specification
and the argument hint in a strange way to allow '=' and other
special characters in the option name while forbidding them from
the argument hint.  This made it impossible to define an option
like "--pair <key>=<value>" with "pair=key=value" specification,
which instead would have defined a "--pair=key <value>" option.

* ib/scripted-parse-opt-better-hint-string:
  rev-parse --parseopt: allow [*=?!] in argument hints