From: Junio C Hamano Date: Wed, 16 Jul 2014 18:17:36 +0000 (-0700) Subject: Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint X-Git-Tag: v2.0.2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2e931843adb7ce59b5d9bc76f72edff7805980a9?hp=--cc Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint "git clone -b brefs/tags/bar" would have mistakenly thought we were following a single tag, even though it was a name of the branch, because it incorrectly used strstr(). * jc/fix-clone-single-starting-at-a-tag: builtin/clone.c: detect a clone starting at a tag correctly --- 2e931843adb7ce59b5d9bc76f72edff7805980a9