2014-10-05 21:30:10 +02:00
|
|
|
[user]
|
2022-01-06 19:45:13 +01:00
|
|
|
#name = Aminda Suomalainen
|
|
|
|
#email = suomalainen+git@mikaela.info
|
|
|
|
# Aminda Suomalainen FINEID 20.12.2021-20.12.2026
|
|
|
|
#signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuq/w936y0Enjg7e+t27p6Hwj7RJpuDdhjV/FeikCitey23dx72yIFe3giHW10eBKHr0lhWbDhm2m0b74ZNKneR+oJ99Kl98KegGwjS/gRcjYILHWBJBCF7y61XNeJTlehEZ4zAXS3zLGaZ6DUWY3aqoMkoiAFDdHEAu5EfYITybR+eQZNiGOLVpEVC96bSgGYl4BtUjLib8YCkznllo1hbQWOJSeftIkCJj/XcOvX5kIHsnTMdkgPVd+JhBJ1ReYLf4mBYA0BVTBbHJVrMajz77Oo4iZua3XDw3RF9cekAHjh+x/zZntwiRu0k51xI0mX5nr9SsuiQccD/fxwCoI9P1u2xZHFthiHl4MxUvTRDuBTz8bktdUruqxJP+ZkKZmuozLhP738m+9nMRiavSJm0RQGDUMXfHoJ8+9VVB4uZRZq9Hprt7ReCYobgRaq4220Cpg/WADcm13o0jp0PKOl2uiS6MdIbReiLGJVf/XxeNun43K1+osv/Ermy6qL5WM=
|
2022-01-18 10:46:23 +01:00
|
|
|
#signingkey = ~/.ssh/id_ed25519.pub
|
2022-01-06 19:45:13 +01:00
|
|
|
##wtop
|
|
|
|
#email = mikaela+digitalents@mikaela.info
|
|
|
|
#signingkey = 0xDF046339D69EB8C9
|
2011-12-31 20:28:31 +01:00
|
|
|
[alias]
|
2014-06-30 14:05:27 +02:00
|
|
|
cleandi = clean -di
|
|
|
|
cleandix = clean -dix
|
2014-10-08 22:28:16 +02:00
|
|
|
# From http://progit.org/book/ch2-7.html
|
|
|
|
last = cat-file commit HEAD
|
|
|
|
mergen = merge --no-ff
|
|
|
|
pulln = pull --no-ff
|
2014-10-09 21:17:16 +02:00
|
|
|
pullen = pull --no-ff
|
2022-03-18 12:03:53 +01:00
|
|
|
verify = verify-commit HEAD
|
2014-10-08 22:28:16 +02:00
|
|
|
|
2011-12-31 20:28:31 +01:00
|
|
|
[core]
|
2014-06-30 14:05:27 +02:00
|
|
|
editor = vim
|
2014-06-08 10:53:10 +02:00
|
|
|
autocrlf = input
|
2011-12-31 20:28:31 +01:00
|
|
|
[color]
|
2014-06-01 15:18:18 +02:00
|
|
|
# From git manpage and http://book.git-scm.com/5_customizing_git.html
|
|
|
|
branch = true
|
|
|
|
diff = true
|
|
|
|
grep = true
|
|
|
|
interactive = true
|
|
|
|
pager = true
|
|
|
|
showbranch = true
|
|
|
|
status = true
|
|
|
|
ui = true
|
2014-05-25 16:28:49 +02:00
|
|
|
[push]
|
2014-06-01 15:18:18 +02:00
|
|
|
default = current
|
2016-04-10 10:50:38 +02:00
|
|
|
gpgSign = if-asked
|
2014-07-14 20:17:14 +02:00
|
|
|
[credential]
|
2014-10-05 21:30:10 +02:00
|
|
|
helper = cache --timeout=86400
|
|
|
|
[merge]
|
|
|
|
ff = only
|
2015-02-14 21:48:03 +01:00
|
|
|
[format]
|
2016-04-10 10:50:38 +02:00
|
|
|
signOff = true
|
2016-04-09 12:04:48 +02:00
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
2016-06-20 18:00:04 +02:00
|
|
|
[diff]
|
|
|
|
compactionHeuristic = true
|
|
|
|
[pager]
|
|
|
|
# log = diff-highlight | less
|
|
|
|
# show = diff-highlight | less
|
|
|
|
# diff = diff-highlight | less
|
|
|
|
[interactive]
|
|
|
|
# diffFilter = diff-highlight
|
2019-12-08 10:52:16 +01:00
|
|
|
[gpg]
|
2022-01-06 19:45:13 +01:00
|
|
|
format = ssh
|
2019-12-08 10:52:16 +01:00
|
|
|
[tag]
|
2022-01-06 19:45:13 +01:00
|
|
|
forceSignAnnotated = true
|
2020-06-13 21:12:12 +02:00
|
|
|
[pull]
|
2022-01-06 19:45:13 +01:00
|
|
|
ff = only
|
2020-09-13 16:55:34 +02:00
|
|
|
[init]
|
2022-01-06 19:45:13 +01:00
|
|
|
defaultBranch = cxefa
|
|
|
|
[gpg "ssh"]
|
|
|
|
allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers
|
2022-05-05 13:47:13 +02:00
|
|
|
[advice]
|
|
|
|
# I am not developing in detached head state, I generally want to compile
|
|
|
|
# a specific version of a program and I know how to get out of it
|
|
|
|
detachedHead = false
|