The Racket repository
Go to file
Matthew Flatt dc696a2385 net/git-checkout: checkout a tree via the "git://" protocol
The `net/git-checkout` library implements enough of `git clone` to
extract a tree from a repository that is accessed via the "git://"
protocol. It doesn't preserve a local clone, and it attempts to
download only the slice of the repository that is needed for the
requested tree (depending on how the tree is referenced).

original commit: babd420293
2014-10-18 07:14:50 -05:00
pkgs/net-pkgs net/git-checkout: checkout a tree via the "git://" protocol 2014-10-18 07:14:50 -05:00