summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
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/*