feat(canola-git): add public get_status() API #34
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola-collection!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/canola-git-status-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 }. Documentthe API with working recipes for sign column and status column integration.