diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-22 20:41:57 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-22 20:41:57 -0700 |
| commit | e91550dcda82765c5744be93fd0330eb2d76cdca (patch) | |
| tree | 0e6ccc0bc24d0e56b2b922c2a2a8521f135daa6a /t/data/testing.git/config | |
| parent | Allow a file to be specified to post_to_hook.pl (diff) | |
| download | jitterbug-e91550dcda82765c5744be93fd0330eb2d76cdca.tar.gz | |
Add a bare git repo for testing
Diffstat (limited to '')
| -rw-r--r-- | t/data/testing.git/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/data/testing.git/config b/t/data/testing.git/config new file mode 100644 index 0000000..07d359d --- /dev/null +++ b/t/data/testing.git/config @@ -0,0 +1,4 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true |
