comparison: .gitconfig
.gitconfig
- changeset 918
- 09aadfdbc7dd
- parent 916
- fed7d34cdfff
- child 935
- 17d8ea40fb15
equal
deleted
inserted
replaced
68 [rerere] |
68 [rerere] |
69 autoupdate = true |
69 autoupdate = true |
70 |
70 |
71 [transfer] |
71 [transfer] |
72 fsckobjects = true |
72 fsckobjects = true |
|
73 [fetch "fsck"] |
|
74 zeroPaddedFilemode = ignore |
|
75 badDate = ignore |
|
76 badTimezone = ignore |
73 |
77 |
74 # include.path is available in git 1.7.10 and later |
78 # include.path is available in git 1.7.10 and later |
75 [include] |
79 [include] |
76 path = ~/.gitconfig.local |
80 path = ~/.gitconfig.local |
77 |
81 |