Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Windows: Install ssh and other bundled programs to Git/cmd, instead of ↵ | Joey Hess | 2014-12-03 |
| | | | | Git/bin, since the latter is not in the default msysgit PATH. | ||
* | Windows: Remove Alt+A keyboard shortcut, which turns out to have scope ↵ | Joey Hess | 2014-11-14 |
| | | | | outside the menus. | ||
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
| | | | | | | | | | This fixes all instances of " \t" in the code base. Most common case seems to be after a "where" line; probably vim copied the two space layout of that line. Done as a background task while listening to episode 2 of the Type Theory podcast. | ||
* | move git-annex to git/cmd | Joey Hess | 2014-07-16 |
| | | | | | | This way, it works both when using msgit, which will look in both bin and cmd, but also when using cygwin's git, which only looks in PATH, which includes cmd but not bin. | ||
* | Windows: Move .vbs files out of git\bin | Joey Hess | 2014-07-16 |
| | | | | | .. To avoid that being in the PATH, which caused some weird breakage. (Thanks, divB) | ||
* | don't start minimized | Joey Hess | 2014-06-17 |
| | |||
* | crazy quote for spaces | Joey Hess | 2014-06-17 |
| | |||
* | windows no-DOS-box and autostart, at last | Joey Hess | 2014-06-17 |
| | | | | | | | | | Using the crazy but apparently best approach of a VB Script that runs git-annex, in a hidden DOS window. Note that currently the git-annex messages are not directed to daemon.log. Would probably need another layer of script. Also problimatic since the repository may not exist yet. | ||
* | fix up old comments that used format=txt, which is no longer enabled | Joey Hess | 2014-03-20 |
| | |||
* | windows: add more libraries, these are used by gpg | Joey Hess | 2014-01-01 |
| | |||
* | argh, one more | Joey Hess | 2013-12-11 |
| | |||
* | more | Joey Hess | 2013-12-11 |
| | |||
* | one more lib | Joey Hess | 2013-12-11 |
| | |||
* | yet more wget and curl libs | Joey Hess | 2013-12-11 |
| | |||
* | more libs for wget and curl | Joey Hess | 2013-12-11 |
| | |||
* | add libs needed by wget and curl | Joey Hess | 2013-12-11 |
| | |||
* | typo | Joey Hess | 2013-12-10 |
| | |||
* | remove menu item on uninstall | Joey Hess | 2013-12-10 |
| | |||
* | request admin rights at install | Joey Hess | 2013-12-10 |
| | |||
* | start minimized | Joey Hess | 2013-12-10 |
| | |||
* | fixes | Joey Hess | 2013-12-10 |
| | |||
* | try to make a start menu shortcut | Joey Hess | 2013-12-10 |
| | |||
* | add cygattr-1.dll to windows installer | Joey Hess | 2013-06-17 |
| | | | | Needed by cygwin cp | ||
* | syntax fix | Joey Hess | 2013-05-17 |
| | |||
* | don't hardcode path to cygwin stuff, look for it in PATH | Joey Hess | 2013-05-17 |
| | |||
* | specify makensis path in build script | Joey Hess | 2013-05-17 |
| | |||
* | fix uninstall of some files | Joey Hess | 2013-05-16 |
| | |||
* | add windows uninstaller | Joey Hess | 2013-05-16 |
| | |||
* | typo | Joey Hess | 2013-05-16 |
| | |||
* | add license to windows installer | Joey Hess | 2013-05-16 |
| | |||
* | fix the day's Windows permissions damage | Joey Hess | 2013-05-14 |
| | |||
* | windows installer is fully working | Joey Hess | 2013-05-14 |
| | |||
* | add check for git | Joey Hess | 2013-05-14 |
| | |||
* | untested nullsoft installer generator | Joey Hess | 2013-05-14 |