aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__.mdwn b/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__.mdwn
new file mode 100644
index 000000000..e2d67c68c
--- /dev/null
+++ b/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__.mdwn
@@ -0,0 +1,23 @@
+### Please describe the problem.
+
+If I create a git annex repository in my home directory, then start the assistant, the assistant will try to annex my entire home dir.
+
+### What steps will reproduce the problem?
+
+$ cd
+$ git init
+$ git annex init
+
+Applications Menu -> Internet -> Git Annex
+
+### What version of git-annex are you using? On what operating system?
+
+Debian Jessie git-annex (5.20141125)
+
+### Expected behavior
+
+The assistant shouldn't do anything unless I tell it to. Currently, I cannot play with the assistant at all, because I do not want everything in my homedir to be locked and symlinked.
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+I use git annex for managing the image and video resources on my website and it works fine for that.