Enable git rerere

This commit is contained in:
Anthony Rose 2025-01-24 12:59:15 +00:00
parent d2dff26df0
commit a673638430

View file

@ -20,6 +20,8 @@
encoding = utf-8 encoding = utf-8
[guitool "Rebase"] [guitool "Rebase"]
cmd = rebase cmd = rebase
[rerere]
enabled = true
[alias] [alias]
graph = log --graph --oneline --all graph = log --graph --oneline --all
l1 = log --pretty=oneline l1 = log --pretty=oneline