From 821fda61da4ab4d596d1399f21fa6cc9b1e51444 Mon Sep 17 00:00:00 2001
From: Cem Keylan curl
.
be used to do a shallow clone of the repository. If the commit is suffixed by a
history pointer, git will checkout the relevant revision. So,
git+git://example.com/pub/repo#v1.2.3 will checkout the tag named 'v1.2.3' -git+git://example.com/pub/repo#development will checkout the branch named 'development' -git+git://example.com/pub/repo#1a314s87 will checkout the commit named '1a314s87' -
git+git://example.com/pub/repo#v1.2.3
’will checkout the tag named ’v1.2.3’ +
git+git://example.com/pub/repo#development
’will checkout the branch named ’development’ +
git+git://example.com/pub/repo#1a314s87
’will checkout the commit named ’1a314s87’ +
Other files are assumed to be residing in the package directory. They should be added with their paths relative to the package directory. -- cgit v1.2.3