summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmYMS6tQ8q9k1fylGyA9Q6fdFzRBotME2Q <tom@web>2014-06-03 15:45:05 +0000
committerGravatar admin <admin@branchable.com>2014-06-03 15:45:05 +0000
commitce72b22d1e901574e52202d7804e45f39b5e96d6 (patch)
tree18b24f1418999b6dc246024685b003c987a31d22
parent2e80ba0574ad2a82c776372c55f4561194d042c1 (diff)
-rw-r--r--doc/forum/views___40__branches__41___never_get_deleted.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/views___40__branches__41___never_get_deleted.mdwn b/doc/forum/views___40__branches__41___never_get_deleted.mdwn
index 93f2f9906..618a8cc14 100644
--- a/doc/forum/views___40__branches__41___never_get_deleted.mdwn
+++ b/doc/forum/views___40__branches__41___never_get_deleted.mdwn
@@ -11,4 +11,4 @@ Am I doing it wrong? Should I be deleting used view branches on my own? How?
thanks for your replies.
-EDIT: I just found out that even if I delete view branches with git branch -D "views/attr=_" (which I'm not sure I should be doing), the branches are still checked when doing "git annex unused". That is, "git annex unused" lists "checking..." a whole lot of past views/branches which are not even there anymore (not listed with "git branch"). I also suspect that this is preventing deleted (git-rm) files from being collected from "unused".
+EDIT: I just found out that even if I delete view branches with git branch -D "views/attr=_" (which I'm not sure I should be doing), the branches are still checked when doing "git annex unused". That is, "git annex unused" lists "checking..." a whole lot of past views/branches which are not even there anymore (not listed with "git branch"). I also suspect that this is preventing deleted (git-rm) files from being collected from "unused". Is this a problem with my repo? Any way to fix this?