From 8dad1e8bc872d26ac062504355bfe55e16941e72 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 25 Aug 2024 10:43:37 +0200 Subject: [PATCH] vcs: gitconfig: set rebase.updateRefs --- vcs/gitconfig.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 3547918..c4588e6 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -248,6 +248,9 @@ # Use single-letter command names in git rebase -i which are faster to # change. abbreviateCommands = true + # Automatically also rebase other local branches which are based on + # the current one when rebasing. + updateRefs = true [safe] # Ignore embedded bare repositories to prevent executing arbitrary -- 2.49.1