summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_will_annex_your_files_on_startup_if_you_create_a_repository_in___126____47__/comment_4_6353daafdf250ea0c4dad1e2fd1233a3._comment
blob: 77cbad4039c36a08db554672be4b2a0d2ac8da06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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?
"""]]