git: Enable rerere

Activate recording of resolved conflicts, so that identical conflict
hunks can be resolved automatically, should they be encountered again.
This commit is contained in:
2022-02-03 18:17:27 +01:00
parent 771232217e
commit 00355ec6f7

View File

@@ -41,6 +41,8 @@
default = current default = current
[rebase] [rebase]
autostash = true autostash = true
[rerere]
enabled = true
[status] [status]
submodulesummary = true submodulesummary = true
[user] [user]