diff options
author | ghen1 <ghen1@web> | 2014-12-18 11:44:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-12-18 11:44:46 +0000 |
commit | e18c30916b765dc876cfe7ce3c30ac73c9784f63 (patch) | |
tree | 0031e2dce78686ea207fee62a2d043e93ab0f279 | |
parent | 3794c01bf96ca5140f95588534f436c39f877cc2 (diff) |
-rw-r--r-- | doc/forum/Git_Annex_not_dropping_unused_content.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Git_Annex_not_dropping_unused_content.mdwn b/doc/forum/Git_Annex_not_dropping_unused_content.mdwn new file mode 100644 index 000000000..ffdebcdba --- /dev/null +++ b/doc/forum/Git_Annex_not_dropping_unused_content.mdwn @@ -0,0 +1,9 @@ +I've deleted some files, but their content remains in the objects directory, and *git annex unused* does not list them. + +I've read in this post <http://git-annex.branchable.com/forum/git-annex_unused_not_dropping_deleted_files/> that if other branches contain the files, then it won't count them as unused. My repo appears to have a few branches left over from views I've used. + + remotes/sdrive/views/(added=14_09);(tag=Shared) + remotes/sdrive/views/(added=14_09);Images_=_ + remotes/sdrive/views/added=_ + +How can I delete these? Is git annex going to create a new branch for every new view I create? |