FinderGit 0.21.0 now it counts the repos hiding inside your repos
Ever keep a folder that's itself a Git repo AND holds a bunch of clones inside it? FinderGit used to stop at the outer repo and miss the rest. One of my own folders showed just 7 repositories
Every repository now shows its branch and status at a glance including repos nested inside a folder you track. No more clicking into each one just to wake it up.
FinderGit watches your Git repos with FSEvents. The whole point of its v0.2 performance work was to stop a na ve "one filesystem event four git subprocesses" storm. So there's a lock-in test that fires a burst of 100 file writes and asserts the watcher coalesces them into a tiny number of git calls:
#expect(worktreeEvents <= 15, "watcher coalescing regressed: \(worktreeEvents) worktree events for a 100-file burst")
#expect(runs <= 30, "subprocess count regressed: \(runs) git runs for a 100-file burst")
FinderGit the Git-aware file browser for macOS just shipped 0.13.0, and it turns the app from a per-repo browser into a whole-workspace cockpit. Two new dashboards lead the release: