diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-11-15 01:54:54 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2019-11-15 01:54:54 +0700 |
| commit | 476211f5187aae2d8ffd5525dff2255d586159a3 (patch) | |
| tree | 77ee3935118aead31bf4ff4b19a61605542a018d /lib/git | |
| parent | 1de75b90ee86f1e22d6734b735c54763951dcf4b (diff) | |
| download | pakakeh.go-476211f5187aae2d8ffd5525dff2255d586159a3.tar.xz | |
lib/git: add empty git directories on testdata
Diffstat (limited to 'lib/git')
| -rw-r--r-- | lib/git/testdata/beku_test.git/branches/.empty | 0 | ||||
| -rw-r--r-- | lib/git/testdata/beku_test.git/objects/info/.empty | 0 | ||||
| -rw-r--r-- | lib/git/testdata/beku_test.git/refs/.empty | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/lib/git/testdata/beku_test.git/branches/.empty b/lib/git/testdata/beku_test.git/branches/.empty new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/lib/git/testdata/beku_test.git/branches/.empty diff --git a/lib/git/testdata/beku_test.git/objects/info/.empty b/lib/git/testdata/beku_test.git/objects/info/.empty new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/lib/git/testdata/beku_test.git/objects/info/.empty diff --git a/lib/git/testdata/beku_test.git/refs/.empty b/lib/git/testdata/beku_test.git/refs/.empty new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/lib/git/testdata/beku_test.git/refs/.empty |
