.gitconfig

changeset 190
38ea48f9eae9
parent 186
4d168818b573
child 196
29fce4f498e5
equal deleted inserted replaced
189:39f8cd12ec5c 190:38ea48f9eae9
33 path = ~/.gitconfig.local 33 path = ~/.gitconfig.local
34 34
35 # https://github.com/aanand/git-up 35 # https://github.com/aanand/git-up
36 # $ gem install git-up 36 # $ gem install git-up
37 [git-up "rebase"] 37 [git-up "rebase"]
38 log-hook = "echo \"changes on $1 -> $2:\"; git log --oneline --decorate $1..$2" 38 log-hook = "echo \"changes on $1 -> $2:\"; git --no-pager log --oneline --decorate $1..$2"
39 39

mercurial