Ubuntu Pastebin

Paste from neo at Fri, 25 Nov 2016 18:08:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[url "git://anongit.kde.org/"]
   insteadOf = kde:

[url "ssh://git@git.kde.org/"]
   pushInsteadOf = kde:

[url "git@git.kde.org:"]
   pushInsteadOf = kde:
    
[url "git+ssh://rikmills@git.launchpad.net/"]
   insteadof = lp: 

[url "git+ssh://rikmills@git.launchpad.net/~acheron/+git/"]
   insteadof = lpme:

[url "git+ssh://rikmills@git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/"]
   insteadof = kb:

[url "git://anongit.neon.kde.org/"]
    insteadOf = neon:

[url "neon@git.neon.kde.org:"]
    pushInsteadOf = neon:

[merge "dpkg-mergechangelogs"]
name = debian/changelog merge driver
driver = dpkg-mergechangelogs -m %O %A %B %A

[core]
	editor = nano
[user]
	name = Rik Mills
	email = rikmills@kubuntu.org

[push]
	default = simple
Download as text