removed
This commit is contained in:
parent
5cdaa645cf
commit
9eb6ba1214
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
[[!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
|
|
||||||
|
|
||||||
"""]]
|
|
Loading…
Add table
Add a link
Reference in a new issue