From 065daaaa63f0448f5d77f4076985a1fd12785fe0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 15 Jul 2024 08:24:04 +0200 Subject: [PATCH] vcs: gitconfig: ignore advice when skipping commits in rebase --- vcs/gitconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index b438ffd..28b9bf0 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -22,6 +22,7 @@ [advice] # Disable annoying advice messages. + skippedCherryPicks = false waitingForEditor = false [alias] -- 2.49.1