jsonnet-bundler/pkg
Benoit Gagnon 671f860a19 Shallow fetch for Git packages
If the server supports it, fetch a specific
revision with --depth 1. Otherwise, fall back
to the normal fetch.

This replaces the previous "clone" operation. The bandwidth and time savings
can be significant depending on the history
of the repository (number of commits).
2019-07-24 23:02:14 -04:00
..
jsonnetfile Add license headers 2019-07-23 13:36:28 -07:00
git.go Shallow fetch for Git packages 2019-07-24 23:02:14 -04:00
interface.go Add ability to resolve and install transitive dependencies 2018-04-25 09:01:00 +01:00
packages.go pkg: Write tests for TestInsertDependency, TestFileExists, TestLoadJsonnetfile 2019-07-23 13:36:18 -07:00
packages_test.go pkg: Write tests for TestInsertDependency, TestFileExists, TestLoadJsonnetfile 2019-07-23 13:36:18 -07:00