ambevar-dotfiles/.gitconfig

45 lines
1.3 KiB
INI
Raw Normal View History

2013-01-09 12:20:49 +01:00
# -*- mode:conf -*-
[user]
email = ambrevar@gmail.com
name = Pierre Neidhardt
[color]
ui = true
[alias]
b = branch -vva
c = commit
ca = commit -a
co = checkout
d = diff --color-words
dc = diff --color-words --cached
l = log --stat
lol = log --graph --decorate --pretty=format:'%C(yellow)%h %Cgreen%cd%C(bold red)%d%Creset %s' --abbrev-commit --date=short
m = mergetool
r = remote -v
s = status -uno
su = status -uno -u
2015-10-07 16:35:23 +02:00
[tar "tar.xz"]
command = xz -c
2013-06-05 18:27:48 +02:00
[push]
default = current
2013-01-09 12:20:49 +01:00
## Ediff merge tool.
## See:
## http://kerneltrap.org/mailarchive/git/2007/7/1/250424
## http://stackoverflow.com/questions/1817370/using-ediff-as-git-mergetool
[mergetool.ediff]
cmd = emacs --eval \" (progn (defun ediff-write-merge-buffer () (let ((file ediff-merge-store-file)) (set-buffer ediff-buffer-C) (write-region (point-min) (point-max) file) (message \\\"Merge buffer saved in: %s\\\" file) (set-buffer-modified-p nil) (sit-for 1))) (setq ediff-quit-hook 'kill-emacs ediff-quit-merge-hook 'ediff-write-merge-buffer) (ediff-merge-files-with-ancestor \\\"$LOCAL\\\" \\\"$REMOTE\\\" \\\"$BASE\\\" nil \\\"$MERGED\\\"))\"
2013-01-09 12:20:49 +01:00
[merge]
tool = ediff
2013-06-26 10:12:47 +02:00
2014-01-23 00:10:03 +01:00
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = ambrevar@gmail.com
smtpserverport = 587
to = pacman-dev@archlinux.org
suppresscc = author
# sendemail.confir = auto
aliasfiletype = mutt
# aliasesfile = ~/.mutt.d/aliases