summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Improve bash completion, so it completes names of remotes and backends in ↵Gravatar Joey Hess2015-09-14
| | | | | | | | | appropriate places. Not necessarily everywhere, but a lot of the most often used places. Re the use of .Internal, see https://github.com/pcapriotti/optparse-applicative/issues/155
* annex.hardlink extended to also try to use hard links when copying from the ↵Gravatar Joey Hess2015-09-14
| | | | | | | repository to a remote. Also, it used to only check that one of the repos was not in direct mode; now when either repo is direct mode, annex.hardlink won't have an effect.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-09-13
|\
* | closeGravatar Joey Hess2015-09-13
| |
| * (no commit message)Gravatar git-annex@545634279b585e2a5818702b3c251d1ecd23da102015-09-13
| |
* | merge hlint changes from propellorGravatar Joey Hess2015-09-13
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-09-13
|\
* | sync: Add --no-commit, --no-pull, --no-push options to turn off parts of the ↵Gravatar Joey Hess2015-09-13
| | | | | | | | sync process, as well as supporting --commit, --pull, --push, and --no-content options to specify the (current) default behavior.
| * Added a commentGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82015-09-13
| |
| * tocGravatar https://id.koumbit.net/anarcat2015-09-12
| |
| * Added a commentGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82015-09-11
|/
* git for windows includes curl, so avoid bundling itGravatar Joey Hess2015-09-11
|
* responseGravatar Joey Hess2015-09-11
|
* fix PATHGravatar Joey Hess2015-09-11
| | | | zcat is needed from cygwin to build
* commentGravatar Joey Hess2015-09-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-09-11
|\
* | cleanupGravatar Joey Hess2015-09-11
| |
* | now fully working even when git is not in pathGravatar Joey Hess2015-09-11
| | | | | | | | | | The vbs launchers now are passed the path where git-annex was installed to, so they will work when it's not in path.
* | get git-annex working even if user doesn't add git to pathGravatar Joey Hess2015-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | This is pretty complicated, but I have both "git-annex" and "git annex" working both in the git bash shell even with git not added to path. And, when git's added to path, both work from MS-DOS prompt window too. I think that the webapp startup does still need git in path, so instructions will keep saying to do that. But, users often disregard them, and hopefully this will reduce support traffic. Also, switched the wget from the cygwin one to the msys2 one, avoiding the complication of needing to bundle any cygwin dlls.
| * Added a comment: Maybe Git 2.5 must be installed only as 32 bit ?Gravatar olivier.berger@bb28df880236e55a6bfeca92cc3de8ec424f2eba2015-09-11
| |
| * Added a comment: Not completely fixed if git not installed on C:Gravatar olivier.berger@bb28df880236e55a6bfeca92cc3de8ec424f2eba2015-09-11
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82015-09-11
| |
| * Added a comment: Seems t owork now with git 2.5 for windows and daily build ↵Gravatar OlivierBerger2015-09-11
| | | | | | | | on windows 7
| * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82015-09-11
| |
| * Added a commentGravatar aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b502015-09-11
|/
* formattingGravatar Joey Hess2015-09-10
|
* update for current statusGravatar Joey Hess2015-09-10
| | | | Revert this commit after next release
* Switched to using git for Windows, rather than msysgit.Gravatar Joey Hess2015-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.
* commentGravatar Joey Hess2015-09-10
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-10
|
* (no commit message)Gravatar aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b502015-09-10
|
* found a fixGravatar Joey Hess2015-09-10
|
* closeGravatar Joey Hess2015-09-10
|
* responseGravatar Joey Hess2015-09-10
|
* add \usr\bin to pathGravatar Joey Hess2015-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 workingGravatar Joey Hess2015-09-10
|
* commentGravatar Joey Hess2015-09-10
|
* remove bup from bundledprogramsGravatar Joey Hess2015-09-10
| | | | It never belonged there.
* responseGravatar Joey Hess2015-09-10
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw2015-09-10
|
* (no commit message)Gravatar http://schnouki.net/2015-09-10
|
* Added a comment: problems with bundling???Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-10
|
* (no commit message)Gravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-09-10
|
* Added a comment: but which of the 3?Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-10
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-09-09
|\
* | responseGravatar Joey Hess2015-09-09
| |
| * Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-09
|/
* devblogGravatar Joey Hess2015-09-09
|
* support gpg.programGravatar Joey Hess2015-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.