Merge branch 'rl/show-empty-prefix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Apr 2012 19:40:08 +0000 (12:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Apr 2012 19:40:08 +0000 (12:40 -0700)
"git rev-parse --show-prefix" emitted nothing when run at the
top-level of the working tree, while "git rev-parse --show-cdup" gave
an empty line.  Make them consistent.

By Ross Lagerwall
* rl/show-empty-prefix:
  rev-parse --show-prefix: add in trailing newline


Trivial merge