Cleaning out a repository is presently a fairly manual process. Am I missing a UI trick? "dropunsed" with no arguments prints nothing at all; I think in that case it should display the list of what could be dropped.

git annex unused prints the list
Comment by http://joeyh.name/ Mon Oct 22 15:35:30 2012

so having run:

git annex unused

you can then run:

git annex dropunused 1-10000

or whatever, and it deletes the items in that range from the most recent unused invocation

Comment by http://hands.com/~phil/ Fri Nov 2 09:07:48 2012
Comments on this page are closed.