Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@andy-5 andy-5 released this 22 Aug 17:42
· 35 commits to master since this release

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.RI from WSL.

Changed

  • Add ls-remote to commands that use an interactive bash shell (#101).
  • Treat file arguments after -- as relative paths (#102).
  • Include version number in logging output (#105).
  • Invoke wsl without default shell (#107).

Fixed

  • Fix translation of URLs that start with a transport protocol (#103).