8 whitespace = red reverse
20 ci = "!f() { git commit ${1+-m} \"$@\"; }; f"
21 eci = "!VISUAL=emacsclient git commit"
22 amend = commit --amend
23 fix = "!f() { if [ $# -eq 0 ]; then git commit --amend -C HEAD; else git commit --fixup \"$@\"; fi; }; f"
27 ch = diff -p --stat --cached
31 cont = rebase --continue
32 ct = rebase --continue
38 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'
44 edit = "!f() { GIT_EDITOR='sed -i 1s/pick/edit/' git rebase -i \"$1\"~; }; f"
46 sync = remote update -p
47 patch = "!f() { file=$1; shift; patch -p1 <$file \"$@\"; }; f"
49 name = Michal Nazarewicz
50 email = mina86@mina86.com
61 pushInsteadOf = git://github.com/
62 pushInsteadOf = https://github.com/
63 [url "mina86@git.sv.gnu.org:/srv/git/"]
64 pushInsteadOf = git://git.sv.gnu.org/
65 [url "ssh://mina86@git.code.sf.net/"]
66 pushInsteadOf = git://git.code.sf.net/
69 from = Michal Nazarewicz <mina86@mina86.com>
71 aliasesfile = ~/.config/git/aliases
77 spellingdictionary = en_GB
81 path = ~/.config/git/local
87 xfuncname = "^(\\(.*)$"
89 xfuncname = "^@node[ \t][ \t]*\\([^,][^,]*\\)"
97 showUntrackedFiles = no
100 skippedCherryPicks = false
102 defaultBranch = master
104 coloring = repeatedLines