Merge branch 'kn/git-cd-to-empty'
commitd6c988ddfacd49edf1eb16084af36062d8eb7121
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 20:11:46 +0000 (20 13:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 20:11:46 +0000 (20 13:11 -0700)
treeb87d2882a42979e3823a30e2006c98531c7a82a5
parentf57610a1ff7a547d1e11e24f942b1703cea81f81
parent6a536e2076f02a98e0d6403ff68f3acf717fa1c4
Merge branch 'kn/git-cd-to-empty'

"git -C '' subcmd" refused to work in the current directory, unlike
"cd ''" which silently behaves as a no-op.

* kn/git-cd-to-empty:
  git: treat "git -C '<path>'" as a no-op when <path> is empty
git.c