summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* pointersGravatar Joey Hess2017-05-12
|
* break out bug reportGravatar Joey Hess2017-05-12
|
* misplaced commentGravatar Joey Hess2017-05-12
|
* Added a commentGravatar olaf2017-05-11
|
* Added a commentGravatar leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf76822017-05-11
|
* rename to avoid name conflictGravatar Joey Hess2017-05-11
|
* fix sshCleanup race using STMGravatar Joey Hess2017-05-11
|
* devblogGravatar Joey Hess2017-05-11
|
* Ssh password prompting improved when using -JGravatar Joey Hess2017-05-11
| | | | | | | | | | | | | When ssh connection caching is enabled (and when GIT_ANNEX_USE_GIT_SSH is not set), only one ssh password prompt will be made per host, and only one ssh password prompt will be made at a time. This also fixes a race in prepSocket's stale ssh connection stopping when run with -J. It was possible for one thread to start a cached ssh connection, and another thread to immediately stop it, resulting in excess connections being made. This commit was supported by the NSF-funded DataLad project.
* hmmGravatar Joey Hess2017-05-11
|
* de-Maybe remoteGitConfigGravatar Joey Hess2017-05-11
| | | | It's always set, so does not need to be a Maybe.
* improve commentGravatar Joey Hess2017-05-11
|
* planGravatar Joey Hess2017-05-11
|
* patchneeds to be sent to gitGravatar Joey Hess2017-05-11
|
* commentGravatar Joey Hess2017-05-11
|
* followupGravatar Joey Hess2017-05-11
|
* responseGravatar Joey Hess2017-05-11
|
* responseGravatar Joey Hess2017-05-11
|
* followupGravatar Joey Hess2017-05-11
|
* commentGravatar Joey Hess2017-05-11
|
* responseGravatar Joey Hess2017-05-11
|
* commentGravatar Joey Hess2017-05-11
|
* remove git-annex-shell symlink on cleanGravatar Joey Hess2017-05-10
|
* add news item for git-annex 6.20170510Gravatar Joey Hess2017-05-10
|
* releasing package git-annex version 6.201705106.20170510Gravatar Joey Hess2017-05-10
|
* fix build with old ghcGravatar Joey Hess2017-05-10
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-10
|\
* | fix build with old ghcGravatar Joey Hess2017-05-10
| |
| * Added a commentGravatar CandyAngel2017-05-10
| |
| * Added a commentGravatar CandyAngel2017-05-10
| |
| * Added a commentGravatar CandyAngel2017-05-10
| |
| * (no commit message)Gravatar leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf76822017-05-10
| |
| * (no commit message)Gravatar leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf76822017-05-10
| |
| * Added a commentGravatar https://launchpad.net/~barthelemy2017-05-09
|/
* hmmGravatar Joey Hess2017-05-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-09
|\
* | updateGravatar Joey Hess2017-05-09
| |
| * Added a commentGravatar supernaught2017-05-09
|/
* commentGravatar Joey Hess2017-05-09
|
* annex.backend is the new name for what was annex.backendsGravatar Joey Hess2017-05-09
| | | | | | | | | It takes a single key-value backend, rather than the unncessary and confusing list. The old option still works if set. Simplified some old old code too. This commit was sponsored by Thomas Hochstein on Patreon.
* commentGravatar Joey Hess2017-05-09
|
* response; update man pageGravatar Joey Hess2017-05-09
|
* responseGravatar Joey Hess2017-05-09
|
* commentGravatar Joey Hess2017-05-09
|
* commentGravatar Joey Hess2017-05-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-09
|\
* | Keys marked as dead are now skipped by --all.Gravatar Joey Hess2017-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsck already special-cased dead keys to make --all not report errors with them, and it makes sense to also expand that to whereis. I think it makes sense for dead keys to be skipped by all uses of --all, so mistakes can be completely forgotten about and not come back to haunt us. The speed impact of testing if the key is dead is negligible for fsck and whereis, since they use the location log anyway and it gets cached. This does slow down a few commands that support --all, in particular metadata --all runs around 2x as slow. I don't think metadata --all is often used though. It might slow down copy/move/mirror --all and get --all. log --all is not affected (does not use the normal --all machinery). Dead keys will still be processed by --incomplete, --branch, --failed, and --key. Although it would be unlikely for a dead key to ave in incomplete or failed transfer. It seems to make perfect sense for --branch to process keys on the branch, even if dead. (fsck's special-casing of dead keys was left in, so if one of these options causes a dead key to be fscked, there will be a nice message.) This commit was supported by the NSF-funded DataLad project.
| * Added a commentGravatar CandyAngel2017-05-09
| |
| * (no commit message)Gravatar CandyAngel2017-05-09
| |
| * Added a commentGravatar CandyAngel2017-05-09
| |