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 @@
1# Sample Git configuration file for Grecs
2#
3[core] # Comment
4 repositoryformatversion = 0
5 filemode = true
6 bare = false # Comment
7 logallrefupdates = true
8[remote "origin"]
9 fetch = +refs/heads/*:refs/remotes/origin/*
10 url = ssh://git.gnu.org.ua/gitroot/grecs.git
11[branch "master"]
12 remote = origin
13 merge = refs/heads/master

Return to:

Send suggestions and report system problems to the System administrator.