diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-17 21:14:02 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-17 21:14:02 -0500 |
commit | c79e6971d56c347cee39fe2e601226865ac2ae1e (patch) | |
tree | 4e26187f01ac14e9f23b89b9eb70dc92f35eb952 /src/devtools/gitconfig | |
parent | 5c2dd97a91421e6e5f7e920579fcb88bb71e7fa7 (diff) | |
parent | 512436524cd3e70b9394d304bc9a43c6858c3695 (diff) |
Merge commit '512436524cd3e70b9394d304bc9a43c6858c3695' as 'src/devtools'
Diffstat (limited to 'src/devtools/gitconfig')
-rw-r--r-- | src/devtools/gitconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/devtools/gitconfig b/src/devtools/gitconfig new file mode 100644 index 0000000..890a5d0 --- /dev/null +++ b/src/devtools/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 |