Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | fix local dropping to not require extra locking of copies, but only that the ↵ | Joey Hess | 2015-10-09 |
| | | | | local copy be locked for removal | ||
* | add lockContentShared | Joey Hess | 2015-10-08 |
| | | | | | | | | Also, rename lockContent to lockContentExclusive inAnnexSafe should perhaps be eliminated, and instead use `lockContentShared inAnnex`. However, I'm waiting on that, as there are only 2 call sites for inAnnexSafe and it's fiddly. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | use types to enforce that removeAnnex can only be called inside lockContent | Joey Hess | 2014-08-20 |
| | | | | | | | | | | | This fixed one bug where it needed to be and wasn't (in Assistant.Unused). And also found one place where lockContent was used unnecessarily (by drop --from remote). A few other places like uninit probably don't really need to lockContent, but it doesn't hurt to do call it anyway. This commit was sponsored by David Wagner. | ||
* | add webapp UI to manage unused files | Joey Hess | 2014-01-23 |