Merge branch 'jc/dotdot-is-parent-directory'
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 18:09:18 +0000 (11:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 18:09:18 +0000 (11:09 -0700)
"git log .." errored out saying it is both rev range and a path when
there is no disambiguating "--" is on the command line. Update the
command line parser to interpret ".." as a path in such a case.

* jc/dotdot-is-parent-directory:
specifying ranges: we did not mean to make ".." an empty set

No differences found