summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package git-annex version 6.201703216.20170321Gravatar Joey Hess2017-03-21
|
* commentGravatar Joey Hess2017-03-21
|
* commentGravatar Joey Hess2017-03-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-21
|\
* | commentGravatar Joey Hess2017-03-21
| |
| * removedGravatar konubinix2017-03-21
| |
| * removedGravatar konubinix2017-03-21
| |
| * removedGravatar konubinix2017-03-21
| |
| * removedGravatar konubinix2017-03-21
| |
| * removedGravatar konubinix2017-03-21
| |
| * Added a comment: Nice job!Gravatar konubinix2017-03-21
| |
| * Added a comment: Nice job!Gravatar konubinix2017-03-21
| |
| * Added a comment: Nice job!Gravatar konubinix2017-03-21
| |
| * Added a comment: Nice job!Gravatar konubinix2017-03-21
| |
| * Added a comment: Nice job!Gravatar konubinix2017-03-21
| |
| * Added a comment: Nice job!Gravatar konubinix2017-03-21
|/
* Added a comment: Track GUIDs to avoid duplicate downloadsGravatar ewen2017-03-21
|
* removedGravatar ewen2017-03-21
|
* Added a comment: Track GUIDs to avoid duplicate downloadsGravatar ewen2017-03-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-20
|\
* | rest of fix for GIT_SSH_COMMAND -n parameterGravatar Joey Hess2017-03-20
| | | | | | | | fbf69ca7b3eee84c2284d260aa70f106ff9d6d57 was incomplete
| * Added a comment: Beware global configurations!Gravatar joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d2017-03-20
|/
* commentGravatar Joey Hess2017-03-20
|
* responseGravatar Joey Hess2017-03-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-20
|\
* | devblogGravatar Joey Hess2017-03-20
| |
| * Added a comment: Git-annex ignores annex.largefiles in .gitattributesGravatar joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d2017-03-20
|/
* sync --content-of=pathGravatar Joey Hess2017-03-20
| | | | | | | For when you want to sync only some files' contents, not the whole working tree. This commit was sponsored by Anthony DeRobertis on Patreon.
* fix GIT_SSH_COMMAND -n parameterGravatar Joey Hess2017-03-20
| | | | | | | | | It was being passed to sh, not to the command, oops. Noticed because it broke the test suite on OSX, where sh -n silently does nothing. Would also break on Linux when eg posh was being used as the shell; bash ignores the -n. This commit was supported by the NSF-funded DataLad project.
* improve git-annex-shell exit status propigationGravatar Joey Hess2017-03-20
|
* test needs git-annex-shell symlinkGravatar Joey Hess2017-03-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-18
|\
* | todoGravatar Joey Hess2017-03-18
| |
| * (no commit message)Gravatar oliv5@5a9bb4b174f7995da105238c4e7b3f91767a87bc2017-03-18
|/
* devblogGravatar Joey Hess2017-03-17
|
* gitignore git-annex-shellGravatar Joey Hess2017-03-17
|
* test move with ssh remoteGravatar Joey Hess2017-03-17
|
* test suite infra for testing mocked ssh remotesGravatar Joey Hess2017-03-17
| | | | This commit was supported by the NSF-funded DataLad project.
* super tricky shell command generation hackGravatar Joey Hess2017-03-17
| | | | | | | | | | GIT_SSH_COMMAND was not working correctly with git-annex get, because when used in rsync -e, there were additional parameters appended at the end, which the GIT_SSH_COMMAND should not see. Fixed by constructing the shell command differently. This commit was supported by the NSF-funded DataLad project.
* fix over-shell-escapeGravatar Joey Hess2017-03-17
| | | | Seems I had one time too many.
* Support GIT_SSH and GIT_SSH_COMMANDGravatar Joey Hess2017-03-17
| | | | | | | | | | | | | | | | | | | | They are handled close the same as they are by git. However, unlike git, git-annex sometimes needs to pass the -n parameter when using these. So, this has the potential for breaking some setup, and perhaps there ought to be a ANNEX_USE_GIT_SSH=1 needed to use these. But I'd rather avoid that if possible, so let's see if anyone complains. Almost all places where "ssh" was run have been changed to support the env vars. Anything still calling sshOptions does not support them. In particular, rsync special remotes don't. Seems that annex-rsync-transport already gives sufficient control there. (Fixed in passing: Remote.Helper.Ssh.toRepo used to extract remoteAnnexSshOptions and pass them to sshOptions, which was redundant since sshOptions also extracts those.) This commit was sponsored by Jeff Goeke-Smith on Patreon.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-17
|\
* | git-annex-shell: run all commands with noMessagesGravatar Joey Hess2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug when used with a recently cloned repository, where "merging" messages were included in the output of configlist (and perhaps other commands) and caused a "Failed to get annex.uuid configuration" error. This does not seem to have been a reversion. I saw this with configlist, but it seems possible for other commands to be effected, and it might not always happen only after a fresh clone. Eg, if a foo/git-annex branch is pushed to the remote, the next git-annex-shell will auto-merge it and display the message. Decided to run all git-annex-shell commands with noMessages, even ones that don't currently use stdout for structured communication. Better to keep open the possibility for using stdout in the future. This commit was supported by the NSF-funded DataLad project
| * fixing benGravatar yarikoptic2017-03-17
| |
| * added BenGravatar yarikoptic2017-03-17
| |
* | bug reportGravatar Joey Hess2017-03-17
| |
| * (no commit message)Gravatar yarikoptic2017-03-17
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-16
|\|
| * Added a comment: v6 default behaviorGravatar rok2017-03-16
| |
| * Added a commentGravatar kubaello@d561f15ff5c07a78b706b096375cd89d6d7060662017-03-16
| |