From: Alan Knowles Date: Wed, 19 Dec 2018 04:35:01 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=a395b6b09677f19eb25a27479d7591d65353d744 GitRepo.vala --- 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) {