summaryrefslogtreecommitdiff
path: root/doc/todo/direct_mode_undo
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-02-15 05:52:03 +0000
committerGravatar admin <admin@branchable.com>2015-02-15 05:52:03 +0000
commit5f244cc51263e2a09c1af1a7f49374920e7dcc03 (patch)
tree845e014ac5233a26d044f4d18c006c3fc68cdd10 /doc/todo/direct_mode_undo
parent42977075e5e964ae4c483f14291cefa22f743d50 (diff)
Added a comment: sigh... nevermind
Diffstat (limited to 'doc/todo/direct_mode_undo')
-rw-r--r--doc/todo/direct_mode_undo/comment_2_b826160420e0f343aadc5353e50aed2b._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/direct_mode_undo/comment_2_b826160420e0f343aadc5353e50aed2b._comment b/doc/todo/direct_mode_undo/comment_2_b826160420e0f343aadc5353e50aed2b._comment
new file mode 100644
index 000000000..1f300b881
--- /dev/null
+++ b/doc/todo/direct_mode_undo/comment_2_b826160420e0f343aadc5353e50aed2b._comment
@@ -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]]
+"""]]