diff options
| author | Shulhan <ms@kilabit.info> | 2018-09-14 21:39:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-09-14 21:39:50 +0700 |
| commit | b79333cfadb9145811441a2cf002e578d9651d2c (patch) | |
| tree | 4ba71be211b68c0d40fbb9609c62c695a23648d2 /testdata/beku_test.git | |
| parent | d16a0e48c4f6812cf5c12cf42d68ac418e7a8276 (diff) | |
| download | beku-b79333cfadb9145811441a2cf002e578d9651d2c.tar.xz | |
Refactoring test to use clone from local directory
Diffstat (limited to 'testdata/beku_test.git')
| -rw-r--r-- | testdata/beku_test.git/HEAD | 1 | ||||
| -rw-r--r-- | testdata/beku_test.git/config | 6 | ||||
| -rw-r--r-- | testdata/beku_test.git/description | 1 | ||||
| -rw-r--r-- | testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.idx | bin | 0 -> 1408 bytes | |||
| -rw-r--r-- | testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.pack | bin | 0 -> 1016 bytes | |||
| -rw-r--r-- | testdata/beku_test.git/packed-refs | 5 |
6 files changed, 13 insertions, 0 deletions
diff --git a/testdata/beku_test.git/HEAD b/testdata/beku_test.git/HEAD new file mode 100644 index 0000000..cb089cd --- /dev/null +++ b/testdata/beku_test.git/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/testdata/beku_test.git/config b/testdata/beku_test.git/config new file mode 100644 index 0000000..a730278 --- /dev/null +++ b/testdata/beku_test.git/config @@ -0,0 +1,6 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "origin"] + url = /home/ms/src/github.com/shuLhan/share/lib/git/testdata/beku_test diff --git a/testdata/beku_test.git/description b/testdata/beku_test.git/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/testdata/beku_test.git/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.idx b/testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.idx Binary files differnew file mode 100644 index 0000000..794afbb --- /dev/null +++ b/testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.idx diff --git a/testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.pack b/testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.pack Binary files differnew file mode 100644 index 0000000..4f4e14e --- /dev/null +++ b/testdata/beku_test.git/objects/pack/pack-6968a14165fc3c53cfcc3b1282019c96d19b6923.pack diff --git a/testdata/beku_test.git/packed-refs b/testdata/beku_test.git/packed-refs new file mode 100644 index 0000000..c014ad2 --- /dev/null +++ b/testdata/beku_test.git/packed-refs @@ -0,0 +1,5 @@ +# 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 |
