| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wslgit.exe | 2020-08-25 | 1.4 MB | |
| wslgit.zip | 2020-08-25 | 505.6 kB | |
| README.md | 2020-08-25 | 1.0 kB | |
| Version 1.0.1.tar.gz | 2020-08-25 | 16.3 kB | |
| Version 1.0.1.zip | 2020-08-25 | 20.8 kB | |
| Totals: 5 Items | 2.0 MB | 0 | |
The 1.0.1 update is a re-release of v1.0.0 which fixes a bug in the new install script (#110), it is otherwise identical to 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).