aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2026-09-10 21:36:46 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2026-09-10 21:36:46 +0200
commit48d42ef2e5f6c615725ee3b6017a5ceef68ca13e (patch)
treecf833b89e4dcc58171eb9f494dd338c270ae8224 /Main.hs
parent01906f16a2d140731b59f51ee696df94d6fcfd10 (diff)
downloadgit-auto-acp-48d42ef2e5f6c615725ee3b6017a5ceef68ca13e.tar.gz
git-auto-acp-48d42ef2e5f6c615725ee3b6017a5ceef68ca13e.tar.bz2
todo to go
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index ad698d6..7c27afe 100644
--- a/Main.hs
+++ b/Main.hs
@@ -169,7 +169,7 @@ main = do
, stAddsPending = succ stAddsPending
, stPushesPending = succ stPushesPending
}
- AddBounce
+ AddBounce -- TODO the last trigger looks nice but may cause double add, instead track an increasing token or such
| not (S.null stWatch)
, stAddsPending == 1
|| intervalPassed (optAddCommitDelay o) now stLastAdd -> do