clone: allow --branch to take a tag
commit5a7d5b683f869d3e3884a89775241afa515da9e7
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 16 Jan 2012 09:46:15 +0000 (16 16:46 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2012 00:26:26 +0000 (16 16:26 -0800)
treecf3930dd84c09d9bacdda4c993aab526e7bd493e
parent920b691fe4da8115f9b79901411c0cc5fff17efe
clone: allow --branch to take a tag

Because a tag ref cannot be put to HEAD, HEAD will become detached.
This is consistent with "git checkout <tag>".

This is mostly useful in shallow clone, where it allows you to clone a
tag in addtion to branches.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt
builtin/clone.c
t/t5500-fetch-pack.sh
t/t5601-clone.sh