Merge branch 'ib/scripted-parse-opt-better-hint-string' into maint
commitd3ac359841969199397c36b4085ca3afd527b4d5
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 21:41:29 +0000 (19 14:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 21:41:29 +0000 (19 14:41 -0700)
treeca6e636d7e5b45d2dec404c62fde79584ae7aafe
parent204ea3cad443df4f14623a09ee8201a552f067af
parent2d893dff4c3c49750557da7a1701b46c1fe95844
Merge branch 'ib/scripted-parse-opt-better-hint-string' into maint

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