X-Git-Url: https://git.madduck.net/etc/git.git/blobdiff_plain/8a2f69639aad83a3c9394fc26c9dc87a0cd90b57..24d82f05b3040d98099163eb12c261466e81169b:/.gitconfig diff --git a/.gitconfig b/.gitconfig index 5ba6ea4..3cb2e85 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,6 +14,7 @@ ci = commit -a stat = status files = ls-files -v --deleted --modified --others --directory --no-empty-directory --exclude-standard + sum = log --pretty=format:\"%h %Cblue%ci%Creset %Cgreen%cn%Creset %s\" [clean] requireForce = true [branch] @@ -21,5 +22,20 @@ autosetuprebase = remote [merge] tool = vimdiff +[diff] + tool = vimdiff [gui] fontui = -family rotissansserif -size 10 -weight bold -slant roman -underline 0 -overstrike 0 +[color] + branch = auto + diff = auto + interactive = auto + status = auto +[url "git+ssh://git.debian.org/git/"] + insteadOf = alioth: +[url "git+ssh://git.madduck.net/srv/git/git.madduck.net/"] + insteadOf = madduck: +[push] + default = matching +[sendemail] + confirm = auto