This commit is contained in:
Joey Hess 2016-01-15 15:35:10 -04:00
parent 0639ee89b9
commit 27fd47fe38
Failed to extract signature

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-01-15T19:31:32Z"
content="""
`git annex unused` is the way to find such old versions of files, and
then you can use commands like `git annex move --unused --to gold` or
`git annex dropunused`
By default, `git annex unused` assumes that if any branch or tag points to
a version of a file, that version is used. If you want it to consider tags
as unused, run:
git annex unused --used-refspec='+refs/heads/*'
"""]]