]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ib/rev-parse-parseopt-argh'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:30:59 +0000 (16:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:30:59 +0000 (16:30 -0700)
Teaches the "rev-parse --parseopt" mechanism used by scripted
Porcelains to parse command line options and give help text how to
supply argv-help (the placeholder string for an option parameter,
e.g. "key-id" in "--gpg-sign=<key-id>").

* ib/rev-parse-parseopt-argh:
  t1502: protect runs of SPs used in the indentation
  rev-parse --parseopt: option argument name hints


Trivial merge