Added a comment: sigh... nevermind

This commit is contained in:
https://id.koumbit.net/anarcat 2015-02-15 05:52:03 +00:00 committed by admin
parent 0e4612a547
commit bd269e7eb5

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="https://id.koumbit.net/anarcat"
subject="sigh... nevermind"
date="2015-02-15T05:52:02Z"
content="""
seems like i was wrong. i could have sworn i saw a committed file get unstaged. what i saw was:
$ git annex status
M file
$ git annex undo file
$ git annex status
? file
the thing is: the file was *removed* in a previous version, so i thought this was what it reverted to. i'm unsure as to why the file was marked as missing there - i ended up reverting from a backup (from another remote, by hand). after trying to reproduce this, i failed, so there may have been some PEBKAC in action again.
this feature is so useful though, thanks for this. --[[anarcat]]
"""]]