summaryrefslogtreecommitdiffstats
path: root/tests/files/working/dot_git/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/working/dot_git/config')
-rw-r--r--tests/files/working/dot_git/config10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/files/working/dot_git/config b/tests/files/working/dot_git/config
new file mode 100644
index 0000000..073357b
--- /dev/null
+++ b/tests/files/working/dot_git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+[gui]
+ geometry = 986x682+365+124 211 500
+[remote "working"]
+ url = ../working.git
+ fetch = +refs/heads/*:refs/remotes/working/*