diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-22 18:51:21 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-22 18:51:21 +0200 |
commit | 001bb130fe6186421f3ddcc556854410edd8d95e (patch) | |
tree | 4307c48320a05acf5c1e98b244feae6b3e1828ce /fixtures/fixtures.go | |
parent | 4912552b913f1f575f9cc358b46bcdbe884e7279 (diff) | |
download | go-git-001bb130fe6186421f3ddcc556854410edd8d95e.tar.gz |
cleanup old fixtures
Diffstat (limited to 'fixtures/fixtures.go')
-rw-r--r-- | fixtures/fixtures.go | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go index f027ffa..72b4f1c 100644 --- a/fixtures/fixtures.go +++ b/fixtures/fixtures.go @@ -67,6 +67,34 @@ var fixtures = Fixtures{{ URL: "https://github.com/cpcs499/Final_Pres_P.git", Head: core.NewHash("70bade703ce556c2c7391a8065c45c943e8b6bc3"), PackfileHash: core.NewHash("29f304662fd64f102d94722cf5bd8802d9a9472c"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/github/gem-builder.git", + PackfileHash: core.NewHash("1ea0b3971fd64fdcdf3282bfb58e8cf10095e4e6"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/githubtraining/example-branches.git", + PackfileHash: core.NewHash("bb8ee94710d3fa39379a630f76812c187217b312"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/rumpkernel/rumprun-xen.git", + PackfileHash: core.NewHash("7861f2632868833a35fe5e4ab94f99638ec5129b"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/mcuadros/skeetr.git", + PackfileHash: core.NewHash("36ef7a2296bfd526020340d27c5e1faa805d8d38"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/dezfowler/LiteMock.git", + PackfileHash: core.NewHash("0d9b6cfc261785837939aaede5986d7a7c212518"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/tyba/storable.git", + PackfileHash: core.NewHash("0d3d824fb5c930e7e7e1f0f399f2976847d31fd3"), +}, { + Tags: []string{"packfile", "diff-tree"}, + URL: "https://github.com/toqueteos/ts3.git", + PackfileHash: core.NewHash("21b33a26eb7ffbd35261149fe5d886b9debab7cb"), }} func All() Fixtures { |