From: Junio C Hamano Date: Wed, 30 Oct 2013 19:10:16 +0000 (-0700) Subject: Merge branch 'mm/checkout-auto-track-fix' X-Git-Tag: v1.8.5-rc0~12 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f101b888f278ca6ceaeef11fbee72c29e6dd9237;p=git-core%2Fgit.git Merge branch 'mm/checkout-auto-track-fix' "git checkout topic", when there is not yet a local "topic" branch but there is a unique remote-tracking branch for a remote "topic" branch, pretended as if "git checkout -t -b topic remote/$r/topic" (for that unique remote $r) was run. This hack however was not implemented for "git checkout topic --". * mm/checkout-auto-track-fix: checkout: proper error message on 'git checkout foo bar --' checkout: allow dwim for branch creation for "git checkout $branch --" --- f101b888f278ca6ceaeef11fbee72c29e6dd9237