Merge branch 'kn/git-cd-to-empty' into maint
commitc97418466a06c31edca53995cf82f644851640b1
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:23:25 +0000 (23 11:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:23:25 +0000 (23 11:23 -0700)
treee509e6efcee6a78b17a9e23229428791dc2109a0
parent84a37fae516eff3072a5729ce0ce40bf056fbeb1
parent6a536e2076f02a98e0d6403ff68f3acf717fa1c4
Merge branch 'kn/git-cd-to-empty' into maint

"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