summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar timothyhobbs@8b50ff958c937fa4b6de1f9009f464b9ddfc2991 <timothyhobbs@web>2016-04-04 06:24:32 +0000
committerGravatar admin <admin@branchable.com>2016-04-04 06:24:32 +0000
commit749a3519015ae98c4542acf5e7b1da695cff3d88 (patch)
tree2f11489b7403aec734c65109bb5bbb5d813aeb88
parentbac043e244a3ed9fa1552d7be1d0d75a526214e1 (diff)
-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.