8 whitespace = red reverse
20 ci = "!f() { git commit ${1+-m} \"$@\"; }; f"
21 amend = commit --amend
22 fix = "!f() { if [ $# -eq 0 ]; then git commit --amend -C HEAD; else git commit --fixup \"$@\"; fi; }; f"
26 ch = diff -p --stat --cached
30 cont = rebase --continue
31 ct = rebase --continue
37 l = log --pretty=format:'%C(yellow)%h%C(white) %an <%ae> %>|(80)%ai%Creset%n%C(bold)%w(0,4,4)%s%C(reset)%n%+b'
43 edit = "!f() { GIT_EDITOR='sed -i 1s/pick/edit/' git rebase -i \"$1\"~; }; f"
45 sync = remote update -p
46 patch = "!f() { file=$1; shift; patch -p1 <$file \"$@\"; }; f"
48 name = Michal Nazarewicz
49 email = mina86@mina86.com
59 [url "github:mina86/"]
60 pushInsteadOf = git://github.com/mina86/
61 [url "mina86@git.sv.gnu.org:/srv/git/"]
62 pushInsteadOf = git://git.sv.gnu.org/
63 [url "ssh://mina86@git.code.sf.net/"]
64 pushInsteadOf = git://git.code.sf.net/
67 from = Michal Nazarewicz <mina86@mina86.com>
69 aliasesfile = ~/.config/git/aliases
75 spellingdictionary = en_GB
79 path = ~/.config/git/local
85 xfuncname = "^(\\(.*)$"
87 xfuncname = "^@node[ \t][ \t]*\\([^,][^,]*\\)"
95 showUntrackedFiles = no