Skip to content

[bugfix] Fix parsing of key-value pairs according to the gitconfig #2911

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

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

dominikschulz
Copy link
Member

syntax specification.

The gitconfig format (which is an INI format) does recommend but not require whitespaces around equal signs that separate keys and values.

Fixes #2910

syntax specification.

The gitconfig format (which is an INI format) does recommend but
not require whitespaces around equal signs that separate keys
and values.

Fixes gopasspw#2910

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz added the bug Defects label Jul 20, 2024
@dominikschulz dominikschulz added this to the 1.15.14 milestone Jul 20, 2024
@dominikschulz dominikschulz requested a review from AnomalRoil July 20, 2024 18:38
@dominikschulz dominikschulz merged commit e302ae7 into gopasspw:master Jul 28, 2024
8 checks passed
@dominikschulz dominikschulz deleted the fix/issue-2910 branch July 28, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

config file relies on tabs and spaces
1 participant