git: Disable rerere
I had this change sitting around so long that I forgot why exactly I disabled it, but know that some problem arose from rerere. I think that even though it is super cool, it brings a sneaky new layer of possible errors. Maybe I'll re-enable it in the future.
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
[rebase]
|
[rebase]
|
||||||
autostash = true
|
autostash = true
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = false
|
||||||
[status]
|
[status]
|
||||||
submodulesummary = true
|
submodulesummary = true
|
||||||
[submodule]
|
[submodule]
|
||||||
|
|||||||
Reference in New Issue
Block a user