1
0
Fork 0
dotfiles/.config/git/config

55 lines
1.2 KiB
Plaintext

# -*- indent-tabs-mode: t -*-
[user]
email = tastytea@tastytea.de
name = tastytea
signingkey = ~/.ssh/id_ed25519
[init]
templateDir = /home/tastytea/.config/git/template
defaultBranch = main
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /home/tastytea/.ssh/allowed_signers
[push]
default = simple
[pull]
rebase = true
[merge]
tool = meld
conflictStyle = diff3
[merge "keywords"]
name = KEYWORDS merge driver
driver = merge-driver-ekeyword %O %A %B %P
[diff]
tool = meld
[commit]
gpgSign = true
[tag]
gpgSign = true
[log]
date = iso
showSignature = false
[alias]
tree = log --graph --decorate --pretty='format:%h %cs %s %d' --abbrev-commit
last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5
review = log --patch --reverse
[core]
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
compression = 0
[interactive]
diffFilter = ( delta || cat )
[delta]
color-only = true
syntax-theme = OneHalfDark
file-style = 33 italic
navigate = true
navigate-regex = "^(commit|diff)"
[github]
user = tastytea
[gitea "schlomp.space/api/v1"]
user = tastytea
[gitlab]
user = tastytea
[include]
path = config.local