OSDN Git Service

Merge branch 'jk/rev-parse-double-dashes' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:22:38 +0000 (11:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:22:38 +0000 (11:22 -0800)
"git rev-parse <revs> -- <paths>" did not implement the usual
disambiguation rules the commands in the "git log" family used in
the same way.

* jk/rev-parse-double-dashes:
  rev-parse: be more careful with munging arguments
  rev-parse: correctly diagnose revision errors before "--"


Trivial merge