Version 1.0.0
This release improves compatibility with other tools. In the ZIP download, an install script is provided to create a directory structure similar to Git for Windows, allowing many tools to auto-detect wslgit. Further, a proxy script to improve compatiblity with the Fork client is provided.
Detailed changelog:
Added
- Add install script to create binaries and directory structure similar to Git for Windows. This enables tools to auto-detect Git, if the created directory is added to the Windows
Path. - Add proxy to call
Fork.RIfrom WSL.
Changed
- Add
ls-remoteto commands that use an interactive bash shell (#101). - Treat file arguments after
--as relative paths (#102). - Include version number in logging output (#105).
- Invoke
wslwithout default shell (#107).
Fixed
- Fix translation of URLs that start with a transport protocol (#103).