blob: 5b3f1f477fc5a564889b500be024a30ba3a9fd29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[user]
name = xero
email = x@xero.nu
signingkey = EB2399A45E8BCE0F
[credential]
helper = cache
[alias]
graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%x20%s%n"
stat = status -sb
last = log -1 --stat
unstage = reset HEAD --
cached = diff --cached
d = difftool
[color]
ui = auto
[diff]
tool = vimdiff
[difftool]
prompt = false
[gpg]
program = gpg
|