summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * (no commit message)Gravatar https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c12015-10-14
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c12015-10-14
| |
* | word wrapGravatar Joey Hess2015-10-14
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-10-14
|\
* | Changed drop ordering when using git annex sync --content or the assistant, ↵Gravatar Joey Hess2015-10-14
| | | | | | | | to drop from remotes first and from the local repo last. This works better with the behavior changes to drop in many cases.
| * timing infoGravatar anarcat2015-10-13
| |
* | fix various build warnings, mostly on WindowsGravatar Joey Hess2015-10-13
| | | | | | | | And some when S3 is disabled
| * Added a commentGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82015-10-13
| |
* | put Win32-extras in extra-deps as it's not yet in ltsGravatar Joey Hess2015-10-13
| |
| * more notesGravatar anarcat2015-10-13
| |
| * workaroundsGravatar anarcat2015-10-13
|/
* clarificationGravatar anarcat2015-10-13
|
* Added a commentGravatar darkfeline2015-10-13
|
* new bugGravatar Antoine Beaupré2015-10-13
|
* (no commit message)Gravatar darkfeline2015-10-13
|
* doc/devblog/day_322-326__concurrent_drop_safety.mdwn: WordingGravatar Richard Hartmann2015-10-12
|
* comment typoGravatar Joey Hess2015-10-12
|
* fix windows buildGravatar Joey Hess2015-10-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-10-12
|\
* | fix export list to work on windowsGravatar Joey Hess2015-10-12
| |
* | responseGravatar Joey Hess2015-10-12
| |
* | Avoid unncessary write to the location log when a file is unlocked and then ↵Gravatar Joey Hess2015-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added back with unchanged content. Implemented with no additional overhead of compares etc. This is safe to do for presence logs because of their locality of change; a given repo's presence logs are only ever changed in that repo, or in a repo that has just been actively changing the content of that repo. So, we don't need to worry about a split-brain situation where there'd be disagreement about the location of a key in a repo. And so, it's ok to not update the timestamp when that's the only change that would be made due to logging presence info.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw2015-10-12
| |
* | commentGravatar Joey Hess2015-10-12
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-10-12
|\|
* | responseGravatar Joey Hess2015-10-12
| |
* | responseGravatar Joey Hess2015-10-12
| |
* | responseGravatar Joey Hess2015-10-12
| |
* | closeGravatar Joey Hess2015-10-12
| |
* | avoid ugly error about MVar if the sqlite worker thread crashesGravatar Joey Hess2015-10-12
| |
| * (no commit message)Gravatar efraim@78c5af2ab57cf0d7aa23bae3dd0adb700c98217c2015-10-11
| |
| * (no commit message)Gravatar tribut2015-10-11
| |
* | use action, not sideActionGravatar Joey Hess2015-10-11
| | | | | | | | | | | | | | | | sideAction is for things not generally related to the current action being performed. And, it adds a newline after the side action. This was not the right thing to use for stuff like "checksum", where doing a checksum is part of the git annex get process, and indeed we want it to display "(checksum...) ok"
| * Added a commentGravatar ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a96262015-10-11
| |
| * Added a commentGravatar dah2015-10-10
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw2015-10-10
| |
| * Added a commentGravatar ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a96262015-10-10
|/
* fix close tagGravatar Joey Hess2015-10-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-10-09
|\
* \ Merge branch 'dropproof'Gravatar Joey Hess2015-10-09
|\ \
* | | massive devblogGravatar Joey Hess2015-10-09
| | |
| * | add inAnnex check to local lockKeyGravatar Joey Hess2015-10-09
| | |
| * | close bugGravatar Joey Hess2015-10-09
| | |
| * | improve display when lockcontent failsGravatar Joey Hess2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | /dev/null stderr; ssh is still able to display a password prompt despite this Show some messages so the user knows it's locking a remote, and knows if that locking failed.
| * | implement lockContent for ssh remotesGravatar Joey Hess2015-10-09
| | |
| * | cleanup changelogGravatar Joey Hess2015-10-09
| | |
| * | also generate a drop safety proof for move --from remoteGravatar Joey Hess2015-10-09
| | |
| * | tests and verified that the bug is fixed, in all the cases I identifiedGravatar Joey Hess2015-10-09
| | |
| * | fix local dropping to not require extra locking of copies, but only that the ↵Gravatar Joey Hess2015-10-09
| | | | | | | | | | | | local copy be locked for removal
| * | improve message when drop failed due to no locked copyGravatar Joey Hess2015-10-09
| | |