Merge branch 'jc/dotdot-is-parent-directory'
commit7764a3b35c53b6859963ddad92bfc90563ac8baa
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 18:09:18 +0000 (7 11:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 18:09:18 +0000 (7 11:09 -0700)
tree2d0eaf020e1b06a608bfc0748368be7a511b7ae4
parent096bbd6537b8465d2123cea3361921793ce8a73a
parent003c84f6d2b9e9c4d5bbf5262cae994bac7190cb
Merge branch 'jc/dotdot-is-parent-directory'

"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
builtin/rev-parse.c
revision.c
t/t4202-log.sh