You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the current HEAD commit SHA with GitActivity events emitted by the
watcher and propagate it through the API and frontend plumbing.
- Change GitActivity from a single ProjectId variant to a struct with
project_id and head_sha so consumers can know the exact HEAD commit.
- When logs/HEAD changes, read the repository HEAD and peel to the commit
to obtain the SHA, then emit GitActivity with head_sha.
- Surface head SHA to the frontend: include headSha in the ChangeForFrontend
payload for git activity.
- Add gix and gitbutler-oxidize workspace deps used to access repository
information.
- Expose head_sha API command and related response types; extend the
existing operating_mode command to return head (shorthand) along with
operating mode.
- Wire the new head_sha command into the server RPC dispatch and tauri
command list.
This allows the UI and other consumers to reliably identify the current
commit when git activity updates occur.
0 commit comments