diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlq4ClC5EMN1Vq1DpWXAqP5TiDnCK1mSfk <Jonas@web> | 2013-11-27 17:36:15 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-27 17:36:15 +0000 |
commit | 7240493c2c21f9baa9ffc1d0cb46b06952a35431 (patch) | |
tree | b56ce3b5149c8840bc2bfee43de07a0bdc6c4eac /doc | |
parent | 6061c25acbfba8bae63da778a751fd08556dab9a (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_3_cfc752c2a1ec292029b9966f3c58607f._comment | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_3_cfc752c2a1ec292029b9966f3c58607f._comment b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_3_cfc752c2a1ec292029b9966f3c58607f._comment new file mode 100644 index 000000000..2fcfeec9f --- /dev/null +++ b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_3_cfc752c2a1ec292029b9966f3c58607f._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlq4ClC5EMN1Vq1DpWXAqP5TiDnCK1mSfk" + nickname="Jonas" + subject="comment 3" + date="2013-11-27T17:36:14Z" + content=""" +Sorry, my bug triaging skills are limited. This one happened to have exactly the same error message... + +This might again be the wrong thread, but... how does git annex decide which files to ignore? In particular, it seems not always to agree with git: + + $ cd /tmp + $ mkdir annex + $ cd annex + $ git init + $ git annex init \"Testing annex in /tmp\" + $ echo \"This file is hidden\" > .hidden_file + $ git status + shows .hidden_file as \"untracked\" + $ git annex add . + does nothing + $ git annex add --force . + does nothing, either + $ git add . + adds the file as expected + +"""]] |