]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:17:36 +0000 (11:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:17:36 +0000 (11:17 -0700)
"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


Trivial merge