aboutsummaryrefslogtreecommitdiff
path: root/tests/git.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git.conf')
-rw-r--r--tests/git.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/git.conf b/tests/git.conf
new file mode 100644
index 0000000..6e8b2b2
--- /dev/null
+++ b/tests/git.conf
@@ -0,0 +1,13 @@
+# Sample Git configuration file for Grecs
+#
+[core] # Comment
+ repositoryformatversion = 0
+ filemode = true
+ bare = false # Comment
+ logallrefupdates = true
+[remote "origin"]
+ fetch = +refs/heads/*:refs/remotes/origin/*
+ url = ssh://git.gnu.org.ua/gitroot/grecs.git
+[branch "master"]
+ remote = origin
+ merge = refs/heads/master

Return to:

Send suggestions and report system problems to the System administrator.