Commit Graph

3 Commits (f5ae86202574c5d73b990da2a4003fa409b6b17a)

Author SHA1 Message Date
Jack Nagel 348fa749f3 GitDownloadStrategy optimization
The current series of fetch invocations in GitDownloadStrategy has the
unfortunate behavior of fetching full history even in shallow clones
that only need the history between the clone point and the remote HEAD.
It should be possible to determine if it is actually necessary to fetch
the full history, including all tags, and if it is not to avoid this
overhead.

Fixes Homebrew/homebrew#11958, and several other recurring problems.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 21:46:42 -05:00
Adam Vandenberg 16f9ad23e8 topgit: style nit-picks 2012-03-10 17:39:22 -08:00
Christian Romney be21a9eea8 TopGit 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:26:46 -07:00