aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/devel/.gitconfig
[user]
    email = kookie@spacekookie.de
    name = Katharina Fey
    signingKey = 555F2E4B6F87F91A4110669E90734A9E619C8A6C
[gpg]
    program = gpg2
[commit]
    gpgsign = false
[alias]
    prettylog = log --pretty=format:'%Cred%h%Creset - %Cgreen(%cr)%Creset%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --graph
    update = pull --rebase --autostash
    nmam = "!f() { git am -; }; f"
    nmam3 = "!f() { notmuch show --format=raw $1 | git am -3 -; }; f"
[help]
    autocorrect = 1
[sendemail]
    smtpServer = /home/.nix-profile/bin/msmtp
[merge]
    renamelimit = 9999999