26 default = simple |
26 default = simple |
27 |
27 |
28 [rebase] |
28 [rebase] |
29 stat = true |
29 stat = true |
30 |
30 |
|
31 # include.path is available in git 1.7.10 and later |
31 [include] |
32 [include] |
32 path = ~/.gitconfig.local |
33 path = ~/.gitconfig.local |
33 |
34 |
34 # https://github.com/aanand/git-up |
35 # https://github.com/aanand/git-up |
35 # $ gem install git-up |
36 # $ gem install git-up |
36 [git-up "rebase"] |
37 [git-up "rebase"] |
37 log-hook = "echo \"changes on $1:\"; git log --oneline --decorate $1..$2" |
38 log-hook = "echo \"changes on $1 -> $2:\"; git log --oneline --decorate $1..$2" |
38 |
39 |