summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar timothyhobbs@8b50ff958c937fa4b6de1f9009f464b9ddfc2991 <timothyhobbs@web>2016-04-05 22:29:06 +0000
committerGravatar admin <admin@branchable.com>2016-04-05 22:29:06 +0000
commita45a3abe3480578dc96c25846cdb4a2361742075 (patch)
tree849a1d0cc0dc1f2d223900f91844a16949115a68 /doc
parentc01d7c8650e32b672d407d42d813c1b0624b6f79 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_4_6353daafdf250ea0c4dad1e2fd1233a3._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_4_6353daafdf250ea0c4dad1e2fd1233a3._comment b/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_4_6353daafdf250ea0c4dad1e2fd1233a3._comment
new file mode 100644
index 000000000..77cbad403
--- /dev/null
+++ b/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_4_6353daafdf250ea0c4dad1e2fd1233a3._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="timothyhobbs@8b50ff958c937fa4b6de1f9009f464b9ddfc2991"
+ nickname="timothyhobbs"
+ subject="comment 4"
+ date="2016-04-05T22:29:06Z"
+ content="""
+Yes, that is the problem. Try:
+
+````
+$ mkdir foo
+$ cd foo
+$ echo foo > bar
+$ git init
+$ git annex init
+$ git annex webapp
+````
+
+You'll get:
+
+````
+x Committed changes to git
+× Added bar
+× Performed startup scan
+````
+
+But I wouldn't expect that. Why should the command `git annex webapp` run an `add` command?
+"""]]