summaryrefslogtreecommitdiff
path: root/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_4_4bc7d4c51faea3fdafc977cb66b7f73a._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_4_4bc7d4c51faea3fdafc977cb66b7f73a._comment')
-rw-r--r--doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_4_4bc7d4c51faea3fdafc977cb66b7f73a._comment26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_4_4bc7d4c51faea3fdafc977cb66b7f73a._comment b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_4_4bc7d4c51faea3fdafc977cb66b7f73a._comment
deleted file mode 100644
index a3a6fc10a..000000000
--- a/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location/comment_4_4bc7d4c51faea3fdafc977cb66b7f73a._comment
+++ /dev/null
@@ -1,26 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawlq4ClC5EMN1Vq1DpWXAqP5TiDnCK1mSfk"
- nickname="Jonas"
- subject="comment 4"
- date="2013-11-27T17:36:39Z"
- 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
-
-"""]]