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
Right now, it's only possible to get a config value, which will always return the default value for that property in case it was not set in the config. This makes it impossible to act differently on non-existing entries. As an example, the port should not default to 22 when it was passed as part of the ssh invocation.
An incarnation of this issue can be found in go-git.
The text was updated successfully, but these errors were encountered:
Right now, it's only possible to get a config value, which will always return the default value for that property in case it was not set in the config. This makes it impossible to act differently on non-existing entries. As an example, the port should not default to
22
when it was passed as part of the ssh invocation.An incarnation of this issue can be found in go-git.
The text was updated successfully, but these errors were encountered: