You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we were ignoring anything after the second equal sign.
This was invalid.
Fixesgopasspw#2479
RELEASE_NOTES=[BUGFIX] [gitconfig] Properly parse Key-Value pairs with
multiple equal signs.
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Previously we were ignoring anything after the second equal sign.
This was invalid.
Fixes#2479
RELEASE_NOTES=[BUGFIX] [gitconfig] Properly parse Key-Value pairs with
multiple equal signs.
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Given a config like this:
A
Get("core.sshCommand")
yieldsssh -oControlMaster
instead ofssh -oControlMaster=auto -oControlPersist=600 -oControlPath=/tmp/.ssh-%C
.The text was updated successfully, but these errors were encountered: