aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/devel/.gitconfig
blob: 473e166c016002a07c1a4ee91e5bbb84aed76514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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