From 3b51f3095a1ccc1f15a6305be7d3c3cdbdc3e66c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 2 Dec 2022 11:30:16 -0700 Subject: ensure C-x v + for ~/doc doesn't rebase --- lib-src/mr/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib-src') diff --git a/lib-src/mr/config b/lib-src/mr/config index a4c8a760..9994a006 100644 --- a/lib-src/mr/config +++ b/lib-src/mr/config @@ -701,6 +701,8 @@ autoci = doccheckin || true # quick syncs sync = doccheckin && git pull --no-edit && git push +fixups = git config branch.master.rebase false + # --- static websites on web host boxes [public_html] -- cgit v1.2.3