feat(canola-git): add public get_status() API #34

Merged
barrettruth merged 2 commits from feat/canola-git-status-api into main 2026-03-21 23:03:00 +00:00
barrettruth commented 2026-03-21 23:01:33 +00:00

Problem

No public API for querying per-entry git status, making it impossible
for users to build custom gutter integrations.

Solution

Add get_status(dir, name) returning { status, char, hl }. Document
the API with working recipes for sign column and status column integration.

## Problem No public API for querying per-entry git status, making it impossible for users to build custom gutter integrations. ## Solution Add `get_status(dir, name)` returning `{ status, char, hl }`. Document the API with working recipes for sign column and status column integration.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/canola-collection!34
No description provided.