diff options
Diffstat (limited to 'tests/resources/pushoptions.git/config')
-rw-r--r-- | tests/resources/pushoptions.git/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/resources/pushoptions.git/config b/tests/resources/pushoptions.git/config new file mode 100644 index 0000000..23d3978 --- /dev/null +++ b/tests/resources/pushoptions.git/config @@ -0,0 +1,8 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true + ignorecase = true + precomposeunicode = true +[receive] + advertisePushOptions = true |