summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* temporarily revert tasty-rerun support for this release5.20140127Gravatar Joey Hess2014-01-27
| | | | | | revert 852f1f6cea85a7c781c8286f459023bdacebe021 tasty-rerun is stuck in NEW in debian
* prep releaseGravatar Joey Hess2014-01-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-27
|\
| * Added a comment: Same thing using the assistant?Gravatar https://www.google.com/accounts/o8/id?id=AItOawlUmrSFcLMuk2ny0QNlx4BosEuhG0ij0XQ2014-01-27
| |
| * typoGravatar https://thargos.myopenid.com/2014-01-27
| |
| * Added a comment: Not fixed.Gravatar https://www.google.com/accounts/o8/id?id=AItOawnlotDRSLW2JVXY3SLSwhrcHteqUHhTtoY2014-01-27
| |
| * Added a comment: Sorry to just be getting back...Gravatar https://www.google.com/accounts/o8/id?id=AItOawkI9AR8BqG4RPw_Ov2lnDCJWMuM6WMRobQ2014-01-26
| |
* | remove debug printGravatar Joey Hess2014-01-26
|/ | | | just saw it legitimately occur when 2 git-annex were running
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-26
|\
* | re-addGravatar Joey Hess2014-01-26
| |
* | reorgGravatar Joey Hess2014-01-26
| |
* | reorgGravatar Joey Hess2014-01-26
| |
* | reorganize some files and importsGravatar Joey Hess2014-01-26
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo2014-01-26
| |
* | refactorGravatar Joey Hess2014-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-26
|\
* | closeGravatar Joey Hess2014-01-26
| |
* | All commands that support --all also support a --key option, which limits ↵Gravatar Joey Hess2014-01-26
| | | | | | | | them to acting on a single key.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-01-26
| |
* | whereis: Support --all.Gravatar Joey Hess2014-01-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM2014-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-26
|\
* | move to todoGravatar Joey Hess2014-01-26
| |
| * Added a commentGravatar http://joeyh.name/2014-01-26
| |
| * Added a commentGravatar http://joeyh.name/2014-01-26
| |
| * Added a commentGravatar http://joeyh.name/2014-01-26
| |
* | webapp: After upgrading a git repository to git-annex, fix bug that made it ↵Gravatar Joey Hess2014-01-26
| | | | | | | | temporarily not be synced with.
* | Optimise non-bare http remotes; no longer does a 404 to the wrong url every ↵Gravatar Joey Hess2014-01-26
| | | | | | | | time before trying the right url. Needs annex-bare to be set to false, which is done when initially probing the uuid of a http remote.
| * Option to delete remote repo when sync failed missingGravatar https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM2014-01-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g2014-01-26
|/
* added annex.secure-erase-command config option.Gravatar Joey Hess2014-01-24
|
* ignore updateGravatar Joey Hess2014-01-24
|
* tasty-rerun! make rerest runs much much faster than running whole test suiteGravatar Joey Hess2014-01-24
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-24
|\
| * Added a comment: Long Path ToolGravatar https://www.google.com/accounts/o8/id?id=AItOawmI_rfI0tsu93LcMlAvh5WTXtKFIMkHrJQ2014-01-24
| |
* | updateGravatar Joey Hess2014-01-24
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-24
|\
* | tipGravatar Joey Hess2014-01-24
| |
| * Added a comment: so how can i keep in sync a dropbox subfolder with a usbdriveGravatar sascha2014-01-24
| |
| * Added a comment: Same bug? OSX 10.9.1Gravatar https://www.google.com/accounts/o8/id?id=AItOawlm_3m5gLhML9bHbZ8FpJ-HBZhWaRfFeO82014-01-23
|/
* closeGravatar Joey Hess2014-01-23
|
* fix delay of daily sanity check (hacked for testing and accidentially committed)Gravatar Joey Hess2014-01-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-23
|\
* | devblogGravatar Joey Hess2014-01-23
| |
* | try to drop unused object if it does not need to be transferred anywhereGravatar Joey Hess2014-01-23
| |
* | fix transfers of key with no associated fileGravatar Joey Hess2014-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several places assumed this would not happen, and when the AssociatedFile was Nothing, did nothing. As part of this, preferred content checks pass the Key around. Note that checkMatcher is sometimes now called with Just Key and Just File. It currently constructs a FileMatcher, ignoring the Key. However, if it constructed a FileKeyMatcher, which contained both, then it might be possible to speed up parts of Limit, which currently call the somewhat expensive lookupFileKey to get the Key. I have not made this optimisation yet, because I am not sure if the key is always the same. Will need some significant checking to satisfy myself that's the case..
* | explicitly include unused files in backup and incremental backupGravatar Joey Hess2014-01-23
| | | | | | | | include=* does not match unused files, which have no associated file.
* | add webapp UI to manage unused filesGravatar Joey Hess2014-01-23
| |
| * (no commit message)Gravatar zardoz2014-01-23
| |
| * (no commit message)Gravatar zardoz2014-01-23
|/