Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@andy-5 andy-5 released this 24 Jan 10:17
· 109 commits to master since this release

This release contains fixes to several corner cases.

Additionally, a new experimental build is provided for configurations where drives
are mounted directly at / (i.e /c instead of /mnt/c) - see #42. Use the
wslgit-mount-at-root.exe binary for this case.

Added

  • Support for relative paths as arguments. (partial fix for #37)
  • Translate paths in long form arguments, e.g. --file=C:\some\path (partial fix for #37)

Fixed

  • Support git commands in any argument position when deciding wether to
    translate paths in the output of the command. (#47)
  • Fix incorrectly quoted arguments with spaces in non-interactive setup. (#46)

Changed

  • To support manually mounted network drives, the working directory inside WSL
    is now explicitly changed to the current working directory of wslgit
    in Windows. (#50)