summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-17 20:55:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-17 20:55:27 -0400
commit8878397b6d57d5f16f262beb64f5d169db64e2c1 (patch)
tree022fb8382e2bfb23ba3df1ff24d84a34d38d92b7 /.gitconfig
parentf6fb0e626c492d854f21f3f91cefd288bd21d346 (diff)
oops, tabs, modes
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig21
1 files changed, 11 insertions, 10 deletions
diff --git a/.gitconfig b/.gitconfig
index 4741c89385..3cbab41487 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,6 +1,8 @@
+# -*- Mode: Conf -*-
+
[remote "r-systemd"]
url = https://github.com/systemd/systemd.git
- tagopt = --no-tags
+ tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-systemd/*
fetch = +refs/tags/*:refs/tags/systemd/*
[branch "systemd/master"]
@@ -9,26 +11,25 @@
[remote "r-elogind"]
url = https://github.com/wingo/elogind.git
- tagopt = --no-tags
+ tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-elogind/*
fetch = +refs/tags/*:refs/tags/elogind/*
[branch "elogind/master"]
- remote = r-elogind
- merge = refs/heads/master
+ remote = r-elogind
+ merge = refs/heads/master
[remote "r-eudev"]
- url = https://github.com/gentoo/eudev.git
- tagopt = --no-tags
+ url = https://github.com/gentoo/eudev.git
+ tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-eudev/*
fetch = +refs/tags/*:refs/tags/eudev/*
[branch "eudev/master"]
- remote = r-eudev
- merge = refs/heads/master
+ remote = r-eudev
+ merge = refs/heads/master
[remote "r-parabola"]
url = https://git.parabola.nu/~lukeshu/systemd.git
pushUrl = ssh://git@git.parabola.nu/~git/~lukeshu/systemd.git
- tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-parabola/*
[branch "systemd/parabola"]
remote = r-parabola
@@ -45,5 +46,5 @@
[remote "r-autothing"]
url = git://lukeshu.com/autothing
- tagopt = --no-tags
+ tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-autothing/*