Skip to content

feat!: add setup option to calculate the root using git - #79

Merged
DrKJeff16 merged 3 commits into
mainfrom
feat/git-support
Sep 9, 2026
Merged

feat!: add setup option to calculate the root using git#79
DrKJeff16 merged 3 commits into
mainfrom
feat/git-support

Conversation

@DrKJeff16

Copy link
Copy Markdown
Owner

Description

I wanted to integrate Git support for this plugin for a bit, but never knew how to do so reliably. This week I investigated and found out that git rev-parse --show-toplevel does the trick.

Now there's a new setup option, use_git. It is enabled by default as it's quite reliable, and shouldn't break when not in a Git repository, or if Git is missing.

Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
@DrKJeff16 DrKJeff16 added documentation Improvements or additions to documentation enhancement New feature or request needs-review The PR needs review urgently important This is top-priority. labels Sep 9, 2026
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
@DrKJeff16
DrKJeff16 merged commit b484508 into main Sep 9, 2026
3 checks passed
@DrKJeff16
DrKJeff16 deleted the feat/git-support branch September 9, 2026 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request important This is top-priority. needs-review The PR needs review urgently

Projects

Development

Successfully merging this pull request may close these issues.

3 participants