From a395b6b09677f19eb25a27479d7591d65353d744 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 12:35:01 +0800 Subject: [PATCH 1/1] GitRepo.vala --- GitRepo.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitRepo.vala b/GitRepo.vala index 23c7631f..5c866c32 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -880,7 +880,9 @@ public class GitRepo : Object repo.loadStatus(); update_all_total--; + GLib.debug("calls remaining = %d", update_all_total); if (update_all_total > 0 ) { + return; } switch (update_all_after) { -- 2.39.2