summaryrefslogtreecommitdiff
path: root/src/devtools/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/devtools/gitconfig')
-rw-r--r--src/devtools/gitconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/devtools/gitconfig b/src/devtools/gitconfig
deleted file mode 100644
index 890a5d0..0000000
--- a/src/devtools/gitconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-[core]
- repositoryformatversion = 0
- filemode = true
- bare = false
- logallrefupdates = true
-[remote "origin"]
- url = ssh://git@parabolagnulinux.org:1863/srv/git/packages/chroottools.git
- fetch = +refs/heads/*:refs/remotes/origin/*
-[remote "devtools"]
- url = git://projects.archlinux.org/devtools.git
- fetch = +refs/heads/*:refs/remotes/devtools/*
-[branch "master"]
- remote = origin
- merge = refs/heads/master
-[branch "complete"]
- remote = devtools
- merge = refs/heads/master