summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
| * add git-annex-forgetGravatar anarcat2017-04-24
| |
| * fix fpart 403 errorGravatar anarcat2017-04-24
| |
| * add zini's split repo procedureGravatar anarcat2017-04-24
| |
| * Added a comment: git annex standalone on Synology NASGravatar ewen2017-04-23
| |
| * Added a comment: git annex get ... transfer lock issuesGravatar ewen2017-04-23
| |
| * CC meGravatar ewen2017-04-23
| |
| * Described steps to reproduce git annex get failure on SMB shareGravatar ewen2017-04-23
| |
| * (no commit message)Gravatar memeplex2017-04-21
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-04-19
|\|
| * Added a comment: Why is it takins too long?Gravatar https://me.yahoo.com/a/hVbIabkhqO11.DpKUWBoztFSLD5q#8cbe82017-04-18
| |
| * (no commit message)Gravatar memeplex2017-04-17
| |
* | update yearGravatar Joey Hess2017-04-15
| |
| * Added a commentGravatar memeplex2017-04-14
| |
| * (no commit message)Gravatar memeplex2017-04-14
| |
| * (no commit message)Gravatar memeplex2017-04-14
| |
| * (no commit message)Gravatar sachinkumar832017-04-14
|/
* (no commit message)Gravatar Jeremy2017-04-13
|
* Added a commentGravatar Horus2017-04-12
|
* (no commit message)Gravatar http://xgm.de/oid/2017-04-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-04-10
|\
| * Added a comment: sounds like the dumb backend, except not dumbGravatar anarcat2017-04-08
| |
* | updateGravatar Joey Hess2017-04-08
| |
| * Added a commentGravatar yarikoptic2017-04-08
|/
* version: Added "dependency versions" line.Gravatar Joey Hess2017-04-07
| | | | This commit was sponsored by Anthony DeRobertis on Patreon.
* add todo for lib versionsGravatar lee@7614f42c1a6cc84dbc813df25d2f75ed54948e172017-04-07
|
* Added a commentGravatar lee@7614f42c1a6cc84dbc813df25d2f75ed54948e172017-04-07
|
* responseGravatar Joey Hess2017-04-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-04-07
|\
* | devblogGravatar Joey Hess2017-04-07
| |
| * Added a comment: may be?Gravatar yarikoptic2017-04-07
|/
* remove stealth on-topic spamGravatar Joey Hess2017-04-07
|
* responseGravatar Joey Hess2017-04-07
|
* commentGravatar Joey Hess2017-04-07
|
* commentGravatar Joey Hess2017-04-07
|
* commentGravatar Joey Hess2017-04-07
|
* commentGravatar Joey Hess2017-04-07
|
* git annex add -u now supported, analagous to git add -uGravatar Joey Hess2017-04-07
| | | | | | | | | | | | Unlike git add -u, git annex add -u does not update the index for files removed from the working tree. But then, "git add ." stages removals, and "git annex add ." does not, so that's an existing divergence. Seems that --update --batch would need to run git ls-files once per line of batch input, which would surely be too slow, so just throw an error for that. This commit was supported by the NSF-funded DataLad project.
* gcrypt: Support re-enabling to change eg, encryption parameters.Gravatar Joey Hess2017-04-07
| | | | | | | | This was never supported before. And it doesn't re-encrypt the gcrypt repo to the new gcrypt-participants, but it does at least now not crash, and set gcrypt-participants. This commit was sponsored by andrea rota.
* enableremote: When enabling a non-special remote, param=value parameters ↵Gravatar Joey Hess2017-04-07
| | | | | | can't be used, so error out if any are provided. This commit was sponsored by Riku Voipio.
* commentGravatar Joey Hess2017-04-07
|
* confused user, not a bugGravatar Joey Hess2017-04-07
|
* commentGravatar Joey Hess2017-04-07
|
* partial analysisGravatar Joey Hess2017-04-07
|
* Disable git-annex's support for GIT_SSH and GIT_SSH_COMMAND, unless ↵Gravatar Joey Hess2017-04-07
| | | | | | | | | | | | | | | | | | | | GIT_ANNEX_USE_GIT_SSH=1 is also set in the environment. This is necessary because as feared, the extra -n parameter that git-annex passes breaks uses of these environment variables that expect exactly the parameters that git passes. For example, see https://github.com/datalad/datalad/issues/1456 It would of course be possible to pre-close stdin before running ssh so not needing the -n, and I think that would not even break ssh's password caching. But it would probably involve a lot of work, possibly would need to deal with some layering violations, and would be error-prone. The really clean fix would be to make all the ssh stuff return a CreateProcess, which could have the handle closed when appropriate, but that would be a large reworing of the code base. This commit was supported by the NSF-funded DataLad project.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-04-06
|\
| * Added a commentGravatar woffs2017-04-06
| |
| * Added a commentGravatar woffs2017-04-06
| |
| * Added a commentGravatar spwhitton2017-04-05
| |
* | devblogGravatar Joey Hess2017-04-05
| |
| * Added a commentGravatar archimedes2017-04-05
|/