now fully working even when git is not in path

The vbs launchers now are passed the path where git-annex was installed to,
so they will work when it's not in path.
This commit is contained in:
Joey Hess 2015-09-11 12:51:29 -04:00
parent c7a6296ef3
commit 1355a241ea
2 changed files with 11 additions and 12 deletions

5
debian/changelog vendored
View file

@ -14,8 +14,9 @@ git-annex (5.20150825) UNRELEASED; urgency=medium
use it instead of the gpg command.
* Windows: Switched to using git for Windows, rather than msysgit.
Using msysgit with git-annex is no longer supported.
* Windows: When the user neglects to tell the git installer to add git to
PATH, git-annex will now work from within the git bash shell.
* Windows: Even when the user neglects to tell the git installer to
add git to PATH, git-annex will still work from within the git bash
shell, and the webapp can be used too.
-- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700