Nguyen Thai Ngoc Duy [off-list ref] writes:
On Mon, Sep 17, 2012 at 7:06 PM, Nguyen Thai Ngoc Duy [off-list ref] wrote:
quoted
--mirror --single-branch combination does not look right. The "heads/"
part is missing..
It also does not look right for cloning a tag:
$ LANG=C ./git clone --single-branch --branch=v1.7.0 .git abc
What does it even _mean_ to clone a single branch and give a tag,
not a branch, to the --branch option? Again, shouldn't it be
diagnosed as an error in the first place?