- Fixed bug caused by Windows 10 19H1 changed the output of
mount
command- Related pull request: hangxingliu#13 (Thanks @kiroushi)
- Related issue: hangxingliu#10
- BREAKING CHANGE: Start git installed in WSL in interactive mode.
- If you want to use non-interactive mode, just like before: Set Windows env variable
WSLGIT_USE_INTERACTIVE_SHELL
totrue
.
- If you want to use non-interactive mode, just like before: Set Windows env variable
- Fixed error in the unix path to win path convert function.
- Related issue: hangxingliu#11 (Thanks @rennex)
- Added path converting for the output of
git init
- Fixed the error when the default awk in system is
mawk
- Related issue: hangxingliu#8 (Thanks @joaopluigi)
- Replaced WSL launch command from
bash
towsl
- Related issue: hangxingliu#3
- Fixed error when executing
git.bat
without arguments - Refactored
wslgit.sh
in order to convert path more correctly.- Supported convert path associated the drive be mounted manually
- Supported git long form argument and double dash (eg.
--file=xxx
and--
)
- Internal change:
- transfer env variable
WSLGIT_SH_CWD
into WSL for set up cwd in WSL correctly. - replace implementation of path convertor from
wslpath
to awk scripts andmount
command.
- transfer env variable