From 772e5ef589c406a6f8237f507106844ed6de7453 Mon Sep 17 00:00:00 2001 From: Thomas Wessel Date: Tue, 23 Sep 2025 09:52:17 +0200 Subject: [PATCH] Added "clean = False", when any check_all_branches is set, and other branches are dirty --- clustergit | 1 + 1 file changed, 1 insertion(+) diff --git a/clustergit b/clustergit index 194465a..b84c4d1 100755 --- a/clustergit +++ b/clustergit @@ -395,6 +395,7 @@ class GitDir: Colors.FAIL, "Unpushed commits on branches: [%s]" % ', '.join(other_dirty_branches) )) + clean = False if clean: if not options.hide_clean: