Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per repo settings #92

Open
sonnyp opened this issue Mar 19, 2023 · 1 comment
Open

Per repo settings #92

sonnyp opened this issue Mar 19, 2023 · 1 comment

Comments

@sonnyp
Copy link
Owner

sonnyp commented Mar 19, 2023

git has the concept of global and local settings git config --help
It looks like we should be able to store custom settings in the repo .gitconfig.

We can use that for title-length-hint and body-length-wrap .

This will let us have customizable settings per repo and add new ones #82

If we're going to do that, we might as well use the global .gitconfig instead of gsettings.

@sonnyp

This comment was marked as outdated.

sonnyp added a commit that referenced this issue Mar 22, 2023
Fixes #68

It's not possible to use ro because of flatpak/flatpak#4868

We will need this permission to have local settings anyway see #92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant