25 ctags = "!~/.git_helpers/ctags" |
25 ctags = "!~/.git_helpers/ctags" |
26 glog = log --graph --pretty=onelinecustom |
26 glog = log --graph --pretty=onelinecustom |
27 recent = !sh -c 'git for-each-ref --count=${1:-20} --sort=-committerdate --format=\"%(committerdate:short) %(refname:short)\"' "$@" |
27 recent = !sh -c 'git for-each-ref --count=${1:-20} --sort=-committerdate --format=\"%(committerdate:short) %(refname:short)\"' "$@" |
28 |
28 |
29 [pretty] |
29 [pretty] |
30 onelinecustom = format:%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr)%Creset %C(cyan)<%an>%Creset |
30 onelinecustom = tformat:%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr)%Creset %C(cyan)<%an>%Creset |
31 |
31 |
32 [branch] |
32 [branch] |
33 autosetuprebase = always |
33 autosetuprebase = always |
34 autosetupmerge = always |
34 autosetupmerge = always |
35 |
35 |