From: Simon Ruderich Date: Mon, 15 Jul 2024 06:24:04 +0000 (+0200) Subject: vcs: gitconfig: ignore advice when skipping commits in rebase X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=065daaaa63f0448f5d77f4076985a1fd12785fe0;p=config%2Fdotfiles.git vcs: gitconfig: ignore advice when skipping commits in rebase --- 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]