comment
This commit is contained in:
parent
266ec93237
commit
2062604327
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2020-06-11T17:29:12Z"
|
||||
content="""
|
||||
git-annex does try to run git update-index, but it will fail if some other
|
||||
use of git has the index locked, resulting in that message.
|
||||
|
||||
As for the assistant committing deletions, one way that could happen is if
|
||||
the assistant observes a brief window where the pointer file has been deleted
|
||||
and the file with the content is not yet in place. But then the assistant
|
||||
should later notice that the file has come back, and make a new commit
|
||||
adding it back. If the assistant did not make that later commit, something else
|
||||
is going on.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue