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

[bugfix] Fix loading of git configs #2849

Merged
merged 4 commits into from Mar 29, 2024

Conversation

dominikschulz
Copy link
Member

The gitconfig package was incorrectly using gopass specific locations when trying to load global (per user) git configs.

This change makes it use the correct locations.

Fixes #2686

The gitconfig package was incorrectly using gopass specific
locations when trying to load global (per user) git configs.

This change makes it use the correct locations.

Fixes gopasspw#2686

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz added the bug Defects label Mar 29, 2024
@dominikschulz dominikschulz added this to the 1.15.13 milestone Mar 29, 2024
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Those started to fail because we are now correctly reading
global git configs.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz merged commit 78e7d8e into gopasspw:master Mar 29, 2024
8 checks passed
@dominikschulz dominikschulz deleted the fix/issue-2686 branch March 29, 2024 14:29
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.

Unable to parse git version on windows - git version 2.42.0.windows.2
1 participant