From: Junio C Hamano Date: Thu, 7 Nov 2013 22:36:59 +0000 (-0800) Subject: Merge branch 'mm/checkout-auto-track-fix' into maint X-Git-Tag: v1.8.4.3~10 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/07c55c00a56ced7dac32206dbaebbb06bf129a37 Merge branch 'mm/checkout-auto-track-fix' into maint "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 --" --- 07c55c00a56ced7dac32206dbaebbb06bf129a37