Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | formatting | Joey Hess | 2015-09-10 |
| | |||
* | update for current status | Joey Hess | 2015-09-10 |
| | | | | Revert this commit after next release | ||
* | Switched to using git for Windows, rather than msysgit. | Joey Hess | 2015-09-10 |
| | | | | | | | | | | | | | | | | | | Using msysgit with git-annex is no longer supported. At the same time, I'm updating the rsync.exe in my downloads repository with the one from msys2. Note that rsync is currently still being ldded and installed in Git/cmd/ like the other cygwin programs. The ldd fails and this failure is ignored. It would be better to special case it to go in Git/usr/bin/, so that the user can't run rsync in a dos prompt window, which doesn't work, as it needs additional libs. However, as far as git-annex running rsync running ssh, it works ok in this location. Removed the ssh.cmd and ssh-keygen.cmd; these are not needed with git for windows. Keeping them would let ssh be run manually from a dos prompt window, but that's not really a goal. | ||
* | comment | Joey Hess | 2015-09-10 |
| | |||
* | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2015-09-10 |
| | |||
* | (no commit message) | aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50 | 2015-09-10 |
| | |||
* | found a fix | Joey Hess | 2015-09-10 |
| | |||
* | close | Joey Hess | 2015-09-10 |
| | |||
* | response | Joey Hess | 2015-09-10 |
| | |||
* | add \usr\bin to path | Joey Hess | 2015-09-10 |
| | | | | | | | | | This is where these commands are installed by the new "git for windows". Kept the old paths too, so msysgit will still work. This was enough to get ssh and ssh-keygen working when run at the DOS prompt with the new git for windows installed. However, for some reason, rsync still fails to find ssh in path when that version of git is used. | ||
* | warn about git for windows not working | Joey Hess | 2015-09-10 |
| | |||
* | comment | Joey Hess | 2015-09-10 |
| | |||
* | remove bup from bundledprograms | Joey Hess | 2015-09-10 |
| | | | | It never belonged there. | ||
* | response | Joey Hess | 2015-09-10 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw | 2015-09-10 |
| | |||
* | (no commit message) | http://schnouki.net/ | 2015-09-10 |
| | |||
* | Added a comment: problems with bundling??? | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2015-09-10 |
| | |||
* | (no commit message) | wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d | 2015-09-10 |
| | |||
* | Added a comment: but which of the 3? | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2015-09-10 |
| | |||
* | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2015-09-09 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-09-09 |
|\ | |||
* | | response | Joey Hess | 2015-09-09 |
| | | |||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2015-09-09 |
|/ | |||
* | devblog | Joey Hess | 2015-09-09 |
| | |||
* | support gpg.program | Joey Hess | 2015-09-09 |
| | | | | | | When gpg.program is configured, it's used to get the command to run for gpg. Useful on systems that have only a gpg2 command or want to use it instead of the gpg command. | ||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | fsck: Work around bug in persistent that broke display of problematically ↵ | Joey Hess | 2015-09-09 |
| | | | | encoded filenames on stderr when using --incremental. | ||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | fix link display so the user reading this isn't led to beleive there are ↵ | Joey Hess | 2015-09-09 |
| | | | | commands git-annex-$foo | ||
* | Make full option parsing be done when not in a git repo, so --help can be ↵ | Joey Hess | 2015-09-09 |
| | | | | displayed for commands that require a git repo, etc. | ||
* | close | Joey Hess | 2015-09-09 |
| | |||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | comment | Joey Hess | 2015-09-09 |
| | |||
* | new todo | Joey Hess | 2015-09-09 |
| | |||
* | unused: Fix reversion in 5.20150727 that broke parsing of the ↵ | Joey Hess | 2015-09-09 |
| | | | | --unused-refspec option. Thanks, Øyvind A. Holm. | ||
* | Command/Unused.hs: Change --unused-refspec back to --used-refspec | Øyvind A. Holm | 2015-09-09 |
| | | | | | | Fix typo in commit aa96e9c ("convert Unused, and remove some dead code for old style option parsing", 2015-07-10), the "git-annex unused --used-refspec" option was incorrectly changed to --unused-refspec. | ||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | info: Support querying info of individual files in direct mode. | Joey Hess | 2015-09-09 |
| | |||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | followup | Joey Hess | 2015-09-09 |
| | |||
* | init: Fix reversion in detection of repo made with git clone --shared | Joey Hess | 2015-09-09 |
| | |||
* | response | Joey Hess | 2015-09-09 |
| | |||
* | fix mistaken spelling fix that changed meaning | Joey Hess | 2015-09-09 |
| | | | | "uses" is how to spell it. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-09-09 |
|\ | |||
* | | response | Joey Hess | 2015-09-09 |
| | | |||
* | | alias for Yaroslav @ yahoo to mailmap | Yaroslav Halchenko | 2015-09-09 |
| | | |||
* | | comment | Joey Hess | 2015-09-09 |
| | | |||
* | | comment | Joey Hess | 2015-09-09 |
| | | |||
| * | Added a comment: Possible workaround | http://www.ryantm.com/ | 2015-09-08 |
| | |