0.6.0 - 2018-04-24
- Allow running bash in non-interactive mode (#16, #23).
- Unix paths inside file contents are not being erroneously translated anymore (#19).
- Do not assume valid UTF-8 output from git (#29).
- Fix running
wslgit
without arguments (#26). - Escape
\n
newlines in arguments to git (#27).
- Change to
wsl.exe
to call into the WSL environment. - Apply path translation only to output of
rev-parse
andremote
.
0.5.0 - 2018-01-11
- Return exit code from git subprocess.
- Fix superfluous empty
.git
source control providers.
0.4.0 - 2017-12-18
- Compatibility with VS Code 1.19, which now requires proper Windows paths (with backslashes) and a lowercase drive letter.
0.3.0 - 2017-11-08
- Add proper license (MIT).
- Git waiting for input when called from VS Code to check if
git --version
works.
0.2.0 - 2017-07-27
- Properly handle input via stdin (for commit messages).
0.1.0 - 2017-07-26
- Initial version of
wslgit
with basic functionality.