.gitconfig

changeset 305
75a81f694dbf
parent 251
308d12c05585
child 307
b78751068fd3
equal deleted inserted replaced
304:5be282a649e9 305:75a81f694dbf
44 44
45 # include.path is available in git 1.7.10 and later 45 # include.path is available in git 1.7.10 and later
46 [include] 46 [include]
47 path = ~/.gitconfig.local 47 path = ~/.gitconfig.local
48 48
49 # https://github.com/aanand/git-up
50 # $ gem install git-up
51 [git-up "rebase"]
52 log-hook = "echo \"changes on $1 -> $2:\"; git --no-pager log --pretty=onelinecustom $1..$2"
53
54 # vim: noet:sw=8 49 # vim: noet:sw=8

mercurial