summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 16:18:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 16:18:07 -0400
commit8dac6c1a760e93f62c9de493217e416a4d1df9e2 (patch)
treeec0aae6e18d4e7b4d646728aaa98353b76433501
parent80b6dd817377597aa2b7a7f247592682ace8c48a (diff)
comment
-rw-r--r--doc/forum/__34__git_annex_unused__34___doesn__39__t_find_unused_files_after_git_history_was_rewritten/comment_1_8f2ced0b9039968f485943e1525dcf6e._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/__34__git_annex_unused__34___doesn__39__t_find_unused_files_after_git_history_was_rewritten/comment_1_8f2ced0b9039968f485943e1525dcf6e._comment b/doc/forum/__34__git_annex_unused__34___doesn__39__t_find_unused_files_after_git_history_was_rewritten/comment_1_8f2ced0b9039968f485943e1525dcf6e._comment
new file mode 100644
index 000000000..b07cab8e2
--- /dev/null
+++ b/doc/forum/__34__git_annex_unused__34___doesn__39__t_find_unused_files_after_git_history_was_rewritten/comment_1_8f2ced0b9039968f485943e1525dcf6e._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-09-05T20:16:04Z"
+ content="""
+`git-annex unused` looks at all local branches, and all remote branches.
+If you only filter-branched a single branch, you could well have other
+branches that still refer to those files, so they would not be considered
+unused.
+"""]]