summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-15 15:35:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-15 15:35:10 -0400
commit6979ebdbd1f501344431e2d556e196dc5f5652bf (patch)
tree1ddcd9152abbaf4ff135ed295a65047b84c70ec4 /doc
parente86f3283bc4da6af75d5895178b1e0b5d956e837 (diff)
response
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Reduce_disk_space_by_dropping_older_versions_in_local_git_annex/comment_1_2a84bf661e0cbd5c8a558d3dbf5aef65._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Reduce_disk_space_by_dropping_older_versions_in_local_git_annex/comment_1_2a84bf661e0cbd5c8a558d3dbf5aef65._comment b/doc/forum/Reduce_disk_space_by_dropping_older_versions_in_local_git_annex/comment_1_2a84bf661e0cbd5c8a558d3dbf5aef65._comment
new file mode 100644
index 000000000..553c2248a
--- /dev/null
+++ b/doc/forum/Reduce_disk_space_by_dropping_older_versions_in_local_git_annex/comment_1_2a84bf661e0cbd5c8a558d3dbf5aef65._comment
@@ -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/*'
+"""]]