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
Git::Lib#normalize_encoding early return fix (#461)
`Git::Lib#normalize_encoding`: when checking to see if the given string
is already in the desired encoding, fix the comparison check to compare
string value to string value, not class to string value.
Signed-off-by: sd-trailhead-james <james.bunch@salesforce.com>
Co-authored-by: James Couball <jcouball@yahoo.com>
0 commit comments