I have to clone a tag of a branch. I am using git 1.7.1 client.
git clone --branch <tag_name> <repository_url>
command is not working its just cloning the branch till tip, I think.
The above command is showing the following line at the end.
warning: Remote branch v7_3 not found in upstream origin, using HEAD instead