comparison: .gitconfig
.gitconfig
- changeset 548
- e34f183fbd55
- parent 542
- c78ff4777bd9
- child 612
- 7b075a4427d8
equal
deleted
inserted
replaced
52 |
52 |
53 [commit] |
53 [commit] |
54 verbose = true |
54 verbose = true |
55 gpgsign = true |
55 gpgsign = true |
56 |
56 |
|
57 [gpg] |
|
58 program = "gpg2" |
|
59 |
57 # include.path is available in git 1.7.10 and later |
60 # include.path is available in git 1.7.10 and later |
58 [include] |
61 [include] |
59 path = ~/.gitconfig.local |
62 path = ~/.gitconfig.local |
60 |
63 |
61 # vim: noet:sw=8 |
64 # vim: noet:sw=8 |