Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 26af89c

Browse files
committed
new git fixture path
1 parent 6e192e8 commit 26af89c

File tree

77 files changed

+29
-341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+29
-341
lines changed

blame_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package git
22

33
import (
4-
"gopkg.in/src-d/go-git.v4/fixtures"
4+
"github.com/src-d/go-git-fixtures"
55
"gopkg.in/src-d/go-git.v4/plumbing"
66

77
. "gopkg.in/check.v1"

common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"fmt"
55
"testing"
66

7-
"gopkg.in/src-d/go-git.v4/fixtures"
87
"gopkg.in/src-d/go-git.v4/plumbing"
98
"gopkg.in/src-d/go-git.v4/plumbing/format/packfile"
109
"gopkg.in/src-d/go-git.v4/plumbing/storer"
@@ -13,6 +12,7 @@ import (
1312
"gopkg.in/src-d/go-git.v4/storage/filesystem"
1413
"gopkg.in/src-d/go-git.v4/storage/memory"
1514

15+
"github.com/src-d/go-git-fixtures"
1616
. "gopkg.in/check.v1"
1717
"srcd.works/go-billy.v1/memfs"
1818
"srcd.works/go-billy.v1/osfs"

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
// fmt.Println(commit)
3535
// }
3636
// }
37-
package git // import "gopkg.in/src-d/go-git.v4"
37+
package git
-89.9 KB
Binary file not shown.
-22.6 MB
Binary file not shown.
-89.6 KB
Binary file not shown.
-101 KB
Binary file not shown.
-101 KB
Binary file not shown.
-95.2 KB
Binary file not shown.
-90.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)