Tootfinder

Opt-in global Mastodon full text search. Join the index!

@jaandrle@fosstodon.org
2026-03-25 15:17:14

I am working on my projects at my job and “suddenly”, I have just finished something different…
github.com/jaandrle/git-info
A Git status tool inspired by [GitButler](

screenshot of the terminal:

✓  At 16:06 by jaandrle in [dev/main|=] ~/Vzdálené/GitHub/facilitator-network-cell
>_:git
╭┄┄ [unstaged changes]
┊    no changes
┊
┊╭┄ [dev/main]
┊●   11e2237 :zap: :cop: Improves types (Jan Andrle · 3 hours ago)
┊●   e578f03 :zap: Adds valibot (Jan Andrle · 6 days ago)
┊●   e074fd1 :abc: Updates docs and changelog (todo) (#32) (Jan Andrle · 6 days ago)
┊●   09c74bb :zap: Adds Presentation Dashboard page (Jan Andrle · 4 weeks ago)
┊●   c6e1ce9 :bug: :zap: Fixes…
@azonenberg@ioc.exchange
2026-02-13 20:51:18

Git gurus: suppose I have a complex repository structure containing multiple levels of submodules.
We get frequent support tickets on github from users who failed to update one or more submodules when pulling the latest changes from the parent repo and get build issues or just don't incorporate the bug fix they're trying to test.
Is there a good way to fix/detect this in the build system? Like recursively follow .gitmodules and complain if the commit the parent wants isn&…