summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-17 21:14:02 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-17 21:14:02 -0500
commit512436524cd3e70b9394d304bc9a43c6858c3695 (patch)
tree967945c6600f8e7273e47beb4792a43a2fa58bbc /gitconfig
Squashed 'src/devtools/' content from commit 2cda43f
git-subtree-dir: src/devtools git-subtree-split: 2cda43f4fa3d51f3cbcb05950186896eb9c01314
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
new file mode 100644
index 0000000..890a5d0
--- /dev/null
+++ b/gitconfig
@@ -0,0 +1,17 @@
+[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