summaryrefslogtreecommitdiff
path: root/roles/git/templates/config.j2
blob: 71826264d051076aad8f2ada8fa1e0822b3c5c35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[user]
	signingkey = DC384748709D2619FF2867216D0CAFFDDB1CFE90
{% if profile in role and role[profile] == "fretlink" %}
	email = ismael.bouya@fretlink.com
{% else %}
	email = ismael.bouya@normalesup.org
{% endif %}
	name = Ismaël Bouya
[commit]
	gpgsign = true
	verbose = true
[push]
	gpgSign = if-asked
{% if profile in role and role[profile] == "fretlink" %}
[fretlink]
	remote-name = upstream
{% endif %}
[log]
	showSignature = true
{% if profile in role %}
[init]
	templateDir = ~/.config/git/templates_{{ role[profile] }}
{% endif %}