summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-06 15:38:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-06 15:38:46 -0400
commit54004bd73969919c4a1216d5cbb059fea7f9202e (patch)
tree25b748dac9d7772365329e63a2be9ae2e6568018 /doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t
parentfa259cb66db25b61cd67161b1639832b3e2f4ec0 (diff)
comment
Diffstat (limited to 'doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t')
-rw-r--r--doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t/comment_1_5e7d5b0b996a171c641fa560a613d319._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t/comment_1_5e7d5b0b996a171c641fa560a613d319._comment b/doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t/comment_1_5e7d5b0b996a171c641fa560a613d319._comment
new file mode 100644
index 000000000..412dbcaeb
--- /dev/null
+++ b/doc/bugs/Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t/comment_1_5e7d5b0b996a171c641fa560a613d319._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2014-11-06T19:33:18Z"
+ content="""
+The command `git annex find --want-drop --in m2`
+finds files that meet 2 criteria:
+
+1. Present in the m2 remote. In this case, that is file3.
+2. Are not wanted to be present in the repository in which you run
+ git-annex. In this case, that's all files, since you're running it
+ in m1, which has no files, and is set to manual mode.
+
+Combining criterion 1 and criterion 2, the command finds file3.
+Not that you expected, but only I think because you misunderstood
+what --in does.
+
+So, I don't see a bug here?
+"""]]