gitconfig: retab as I am bothered by the mix it had

This commit is contained in:
Aminda Suomalainen 2023-02-12 14:26:58 +02:00
parent ebab6a7829
commit 40cba20ed4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 92 additions and 92 deletions

View File

@ -1,70 +1,70 @@
[user] [user]
name = Aminda Suomalainen name = Aminda Suomalainen
email = suomalainen+git@mikaela.info email = suomalainen+git@mikaela.info
# Aminda Suomalainen FINEID 20.12.2021-20.12.2026 # 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= signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuq/w936y0Enjg7e+t27p6Hwj7RJpuDdhjV/FeikCitey23dx72yIFe3giHW10eBKHr0lhWbDhm2m0b74ZNKneR+oJ99Kl98KegGwjS/gRcjYILHWBJBCF7y61XNeJTlehEZ4zAXS3zLGaZ6DUWY3aqoMkoiAFDdHEAu5EfYITybR+eQZNiGOLVpEVC96bSgGYl4BtUjLib8YCkznllo1hbQWOJSeftIkCJj/XcOvX5kIHsnTMdkgPVd+JhBJ1ReYLf4mBYA0BVTBbHJVrMajz77Oo4iZua3XDw3RF9cekAHjh+x/zZntwiRu0k51xI0mX5nr9SsuiQccD/fxwCoI9P1u2xZHFthiHl4MxUvTRDuBTz8bktdUruqxJP+ZkKZmuozLhP738m+9nMRiavSJm0RQGDUMXfHoJ8+9VVB4uZRZq9Hprt7ReCYobgRaq4220Cpg/WADcm13o0jp0PKOl2uiS6MdIbReiLGJVf/XxeNun43K1+osv/Ermy6qL5WM=
#signingkey = ~/.ssh/id_ed25519.pub #signingkey = ~/.ssh/id_ed25519.pub
##wtop ##wtop
#email = mikaela+digitalents@mikaela.info #email = mikaela+digitalents@mikaela.info
#signingkey = 0xDF046339D69EB8C9 #signingkey = 0xDF046339D69EB8C9
[alias] [alias]
cleandi = clean -di cleandi = clean -di
cleandix = clean -dix cleandix = clean -dix
# From http://progit.org/book/ch2-7.html # From http://progit.org/book/ch2-7.html
last = cat-file commit HEAD last = cat-file commit HEAD
mergen = merge --no-ff mergen = merge --no-ff
pulln = pull --no-ff pulln = pull --no-ff
pullen = pull --no-ff pullen = pull --no-ff
verify = verify-commit HEAD verify = verify-commit HEAD
[core] [core]
editor = vim editor = vim
autocrlf = input autocrlf = input
[color] [color]
# From git manpage and http://book.git-scm.com/5_customizing_git.html # From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true branch = true
diff = true diff = true
grep = true grep = true
interactive = true interactive = true
pager = true pager = true
showbranch = true showbranch = true
status = true status = true
ui = true ui = true
[push] [push]
default = current default = current
gpgSign = if-asked gpgSign = if-asked
autoSetupRemote = true autoSetupRemote = true
recurseSubmodules = on-demand recurseSubmodules = on-demand
[credential] [credential]
helper = cache --timeout=86400 helper = cache --timeout=86400
[merge] [merge]
ff = only ff = only
[format] [format]
signOff = true signOff = true
[commit] [commit]
gpgsign = true gpgsign = true
[diff] [diff]
compactionHeuristic = true compactionHeuristic = true
[pager] [pager]
# log = diff-highlight | less # log = diff-highlight | less
# show = diff-highlight | less # show = diff-highlight | less
# diff = diff-highlight | less # diff = diff-highlight | less
[interactive] [interactive]
# diffFilter = diff-highlight # diffFilter = diff-highlight
[gpg] [gpg]
format = ssh format = ssh
[tag] [tag]
forceSignAnnotated = true forceSignAnnotated = true
[pull] [pull]
ff = only ff = only
[init] [init]
defaultBranch = cxefa defaultBranch = cxefa
[gpg "ssh"] [gpg "ssh"]
allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers
[advice] [advice]
# I am not developing in detached head state, I generally want to compile # 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 # a specific version of a program and I know how to get out of it
detachedHead = false detachedHead = false
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f

View File

@ -1,70 +1,70 @@
[user] [user]
#name = Aminda Suomalainen #name = Aminda Suomalainen
#email = suomalainen+git@mikaela.info #email = suomalainen+git@mikaela.info
# Aminda Suomalainen FINEID 20.12.2021-20.12.2026 # 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= #signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuq/w936y0Enjg7e+t27p6Hwj7RJpuDdhjV/FeikCitey23dx72yIFe3giHW10eBKHr0lhWbDhm2m0b74ZNKneR+oJ99Kl98KegGwjS/gRcjYILHWBJBCF7y61XNeJTlehEZ4zAXS3zLGaZ6DUWY3aqoMkoiAFDdHEAu5EfYITybR+eQZNiGOLVpEVC96bSgGYl4BtUjLib8YCkznllo1hbQWOJSeftIkCJj/XcOvX5kIHsnTMdkgPVd+JhBJ1ReYLf4mBYA0BVTBbHJVrMajz77Oo4iZua3XDw3RF9cekAHjh+x/zZntwiRu0k51xI0mX5nr9SsuiQccD/fxwCoI9P1u2xZHFthiHl4MxUvTRDuBTz8bktdUruqxJP+ZkKZmuozLhP738m+9nMRiavSJm0RQGDUMXfHoJ8+9VVB4uZRZq9Hprt7ReCYobgRaq4220Cpg/WADcm13o0jp0PKOl2uiS6MdIbReiLGJVf/XxeNun43K1+osv/Ermy6qL5WM=
#signingkey = ~/.ssh/id_ed25519.pub #signingkey = ~/.ssh/id_ed25519.pub
##wtop ##wtop
#email = mikaela+digitalents@mikaela.info #email = mikaela+digitalents@mikaela.info
#signingkey = 0xDF046339D69EB8C9 #signingkey = 0xDF046339D69EB8C9
[alias] [alias]
cleandi = clean -di cleandi = clean -di
cleandix = clean -dix cleandix = clean -dix
# From http://progit.org/book/ch2-7.html # From http://progit.org/book/ch2-7.html
last = cat-file commit HEAD last = cat-file commit HEAD
mergen = merge --no-ff mergen = merge --no-ff
pulln = pull --no-ff pulln = pull --no-ff
pullen = pull --no-ff pullen = pull --no-ff
verify = verify-commit HEAD verify = verify-commit HEAD
[core] [core]
editor = vim editor = vim
autocrlf = input autocrlf = input
[color] [color]
# From git manpage and http://book.git-scm.com/5_customizing_git.html # From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true branch = true
diff = true diff = true
grep = true grep = true
interactive = true interactive = true
pager = true pager = true
showbranch = true showbranch = true
status = true status = true
ui = true ui = true
[push] [push]
default = current default = current
gpgSign = if-asked gpgSign = if-asked
autoSetupRemote = true autoSetupRemote = true
recurseSubmodules = on-demand recurseSubmodules = on-demand
[credential] [credential]
helper = cache --timeout=86400 helper = cache --timeout=86400
[merge] [merge]
ff = only ff = only
[format] [format]
signOff = true signOff = true
[commit] [commit]
gpgsign = true gpgsign = true
[diff] [diff]
compactionHeuristic = true compactionHeuristic = true
[pager] [pager]
# log = diff-highlight | less # log = diff-highlight | less
# show = diff-highlight | less # show = diff-highlight | less
# diff = diff-highlight | less # diff = diff-highlight | less
[interactive] [interactive]
# diffFilter = diff-highlight # diffFilter = diff-highlight
[gpg] [gpg]
format = ssh format = ssh
[tag] [tag]
forceSignAnnotated = true forceSignAnnotated = true
[pull] [pull]
ff = only ff = only
[init] [init]
defaultBranch = cxefa defaultBranch = cxefa
[gpg "ssh"] [gpg "ssh"]
allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers
[advice] [advice]
# I am not developing in detached head state, I generally want to compile # 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 # a specific version of a program and I know how to get out of it
detachedHead = false detachedHead = false
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f