summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* document get -J's behavior of spreading load amoung same-cost remotesGravatar Joey Hess2017-03-08
| | | | I implemented this last fall, but forgot to document it anywhere.
* commentGravatar Joey Hess2017-03-06
|
* assistant: Add 1/200th second delay between checking each file in the full ↵Gravatar Joey Hess2017-03-06
| | | | | | | | | | | | | | | | | | transfer scan, to avoid using too much CPU. The slowdown is not going to be large in typical small-ish repos. And it does not seem to matter if the assistant reacts a little bit slower in situations involving the expensive scan, since: a) Those situations typically involve getting back in sync after something has changed on a remote, often after a disconnect of some duration. So taking a few seconds more is not noticable. b) If the scan finds things that it needs to do, it will start blocking anyway after 10 transfers are queued (due to use of queueTransferWhenSmall). So, only the speed of finding the first 10 transfers will be impacted by this change. This commit was sponsored by Jochen Bartl on Patreon.
* commentGravatar Joey Hess2017-03-06
|
* responseGravatar Joey Hess2017-03-06
| | | | This commit was sponsored by Thom May on Patreon.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-06
|\
| * Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-03-06
| |
| * (no commit message)Gravatar Marco2017-03-04
| |
* | commentGravatar Joey Hess2017-03-03
|/
* Added a commentGravatar mbroadhead2017-03-03
|
* Added a comment: Does this not work counter to locking / unlocking files?Gravatar jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac02017-03-03
|
* removedGravatar xloem2017-03-03
|
* Added a comment: Non-conforming blobsGravatar xloem2017-03-03
|
* Added a comment: Non-conforming blobsGravatar xloem2017-03-03
|
* Added a commentGravatar mbroadhead2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | Linux standalone builds put the bundled ssh last in PATH, so any system ssh ↵Gravatar Joey Hess2017-03-02
| | | | | | | | | | | | will be preferred over it. This commit was sponsored by Denis Dzyubenko on Patreon.
| * (no commit message)Gravatar kevang2017-03-02
|/
* commentGravatar Joey Hess2017-03-02
|
* show how this is not specific to git-annex at allGravatar Joey Hess2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | updateGravatar Joey Hess2017-03-02
| |
| * (no commit message)Gravatar mbroadhead2017-03-02
|/
* status: Propigate nonzero exit code from git status.Gravatar Joey Hess2017-03-02
|
* commentGravatar Joey Hess2017-03-02
|
* followupGravatar Joey Hess2017-03-02
|
* fix formatGravatar Joey Hess2017-03-02
|
* clarificationGravatar Joey Hess2017-03-02
|
* commentGravatar Joey Hess2017-03-02
|
* titleGravatar Joey Hess2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | commentGravatar Joey Hess2017-03-02
| |
| * Added a commentGravatar git-annex@31849d241f10c295b30a9707352ae5c7d743adb72017-03-02
| |
| * removedGravatar git-annex@31849d241f10c295b30a9707352ae5c7d743adb72017-03-02
| |
| * Added a commentGravatar git-annex@31849d241f10c295b30a9707352ae5c7d743adb72017-03-02
| |
| * (no commit message)Gravatar Michel2017-03-02
|/
* github mirror has been removed due to their horrible new anti-free-software TOSGravatar Joey Hess2017-03-01
|
* add news item for git-annex 6.20170301.1Gravatar Joey Hess2017-03-01
|
* add news item for git-annex 6.20170301Gravatar Joey Hess2017-03-01
|
* initial whiningGravatar yarikoptic2017-03-01
|
* Added a comment: Security of P2P repo is unclearGravatar dvicory2017-02-28
|
* add news item for git-annex 6.20170228Gravatar Joey Hess2017-02-28
|
* Added a comment: RE: choosing remotes and annex-cost-commandGravatar zpeters2017-02-28
|
* better headingsGravatar Joey Hess2017-02-27
|
* larger headingsGravatar Joey Hess2017-02-27
|
* devblogGravatar Joey Hess2017-02-27
|
* inheritable annex.securehashesonlyGravatar Joey Hess2017-02-27
| | | | | | | | | | | | | | | * init: When annex.securehashesonly has been set with git-annex config, copy that value to the annex.securehashesonly git config. * config --set: As well as setting value in git-annex branch, set local gitconfig. This is needed especially for annex.securehashesonly, which is read only from local gitconfig and not the git-annex branch. doc/todo/sha1_collision_embedding_in_git-annex_keys.mdwn has the rationalle for doing it this way. There's no perfect solution; this seems to be the least-bad one. This commit was supported by the NSF-funded DataLad project.
* updateGravatar Joey Hess2017-02-27
|
* securehash matchingGravatar Joey Hess2017-02-27
| | | | | | | Added --securehash option to match files using a secure hash function, and corresponding securehash preferred content expression. This commit was sponsored by Ethan Aubin.
* make fsck check annex.securehashesonly, and new tip for working around SHA1 ↵Gravatar Joey Hess2017-02-27
| | | | | | collisions with git-annex This commit was sponsored by andrea rota.