summaryrefslogblamecommitdiff
path: root/roles/git/templates/config.j2
blob: f723f3330c196c9d5d01e492eb0e477176558e30 (plain) (tree)
1
2
      
                                      




















                                                                 
[user]
	signingkey = {{ gpg_sign_id }}
{% 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 %}