git: Enable rerere
This commit is contained in:
parent
38bb5a36e6
commit
78e8d73b73
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ default = simple
|
||||||
[rebase]
|
[rebase]
|
||||||
updateRefs = true
|
updateRefs = true
|
||||||
|
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
autoupdate = true
|
||||||
|
|
||||||
[tag]
|
[tag]
|
||||||
sort = version:refname
|
sort = version:refname
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue