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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
found: refs\heads\master
found: refs\remotes\origin\SKOL_542_gradle_overall
found: refs\remotes\origin\master
found: HEAD
Is this intentional behaviour provided ?
The text was updated successfully, but these errors were encountered:
osklyar
changed the title
References returns forward slashes on Windows. Intentional?
References returns backward slashes on Windows. Intentional?
May 2, 2017
The problem is most likely in readReferenceFile in dotgit.go using d.fs.Join. Surely at this point this join is ok to validate the existence of the reference on the file system, but passing obtained name into NewReferenceFromStrings causes the issue. Possibly it would be better for the latter function to swap the slashes. At least such as solution worked for me as a temporary fix.
osklyar
changed the title
References returns backward slashes on Windows. Intentional?
References() returns backward slashes on Windows
May 2, 2017
The following snippet
will print the following result in windows
Is this intentional behaviour provided ?
The text was updated successfully, but these errors were encountered: