summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 13:42:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 13:42:31 -0400
commit692c4ee696ab6abc7cf96df41f51c1ef1a3b01cb (patch)
treeafceb5d2c2658aa1e792fc89c1c88f31aec774e3
parent1305893d82cafe9f84561cbad81d2fdf1f6b55c2 (diff)
response
-rw-r--r--doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_5_200e00eb84c9278c9f90fe545cb6531d._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_5_200e00eb84c9278c9f90fe545cb6531d._comment b/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_5_200e00eb84c9278c9f90fe545cb6531d._comment
new file mode 100644
index 000000000..77a42b19c
--- /dev/null
+++ b/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_5_200e00eb84c9278c9f90fe545cb6531d._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2016-04-13T17:40:15Z"
+ content="""
+If ~/ is a git repository, the assistant will still refuse to run in it,
+unless you've manually run `git annex init` in that git repository
+at some point in the past.
+
+Here it is in my home directory, which is indeed a git repo:
+
+ joey@darkstar:~>git annex assistant
+ git-annex: First run: git-annex init
+
+When I run the webapp, it doesn't run the assistant, but prompts in the web browser for
+where I want to make a new git-annex repository.
+"""]]