comparison: .gitconfig
.gitconfig
- changeset 494
- d6d298c93437
- parent 492
- e5d6f6523162
- child 496
- e398f840bf3c
equal
deleted
inserted
replaced
43 default = current |
43 default = current |
44 |
44 |
45 [rebase] |
45 [rebase] |
46 stat = true |
46 stat = true |
47 |
47 |
|
48 [commit] |
|
49 verbose = 1 |
|
50 |
48 # include.path is available in git 1.7.10 and later |
51 # include.path is available in git 1.7.10 and later |
49 [include] |
52 [include] |
50 path = ~/.gitconfig.local |
53 path = ~/.gitconfig.local |
51 |
54 |
52 # vim: noet:sw=8 |
55 # vim: noet:sw=8 |