My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
84a37fa
6a536e2
)
Merge branch 'kn/git-cd-to-empty' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 23 Mar 2015 18:23:25 +0000
(11:23 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 23 Mar 2015 18:23:25 +0000
(11:23 -0700)
"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
Trivial merge