diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-29 21:32:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-29 21:35:08 +0700 |
| commit | da2558e377c42aeaaca5bf8f39396ca2845cc94b (patch) | |
| tree | dc9879ad4ea5fc3dcc82d37c2cf4337df3360492 /lib/git/testdata | |
| parent | aaaaaaf72a416cf0b85beec8db9e364f9868370e (diff) | |
| download | pakakeh.go-da2558e377c42aeaaca5bf8f39396ca2845cc94b.tar.xz | |
lib/git: fix testdata and test input
Somehow, the bare repository in testdata/beku_test is not detected as
repository by git version 2.20.1.495.gaa96b0ce6b.
Diffstat (limited to 'lib/git/testdata')
| -rw-r--r-- | lib/git/testdata/beku_test.git/config | 2 | ||||
| -rw-r--r-- | lib/git/testdata/beku_test.git/packed-refs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/git/testdata/beku_test.git/config b/lib/git/testdata/beku_test.git/config index a7302780..d93763de 100644 --- a/lib/git/testdata/beku_test.git/config +++ b/lib/git/testdata/beku_test.git/config @@ -3,4 +3,4 @@ filemode = true bare = true [remote "origin"] - url = /home/ms/src/github.com/shuLhan/share/lib/git/testdata/beku_test + url = https://github.com/shuLhan/beku_test diff --git a/lib/git/testdata/beku_test.git/packed-refs b/lib/git/testdata/beku_test.git/packed-refs index c014ad2d..936a19ff 100644 --- a/lib/git/testdata/beku_test.git/packed-refs +++ b/lib/git/testdata/beku_test.git/packed-refs @@ -1,5 +1,4 @@ # pack-refs with: peeled fully-peeled sorted -d6ad9dabc61f72558013bb05e91bf273c491e39c refs/heads/beku c9f69fb7fea72fbc0e7b70a82a1a48a6e89c4ee0 refs/heads/master ec65455bf4ca8c37a65ce88b9385e4191fb21975 refs/tags/v0.1.0 582b912d9958422308dd6aaca85bc15a0463086e refs/tags/v0.2.0 |
