aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/unlock_then_lock_of_uncommitted_file_loses_it.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/unlock_then_lock_of_uncommitted_file_loses_it.mdwn')
-rw-r--r--doc/bugs/unlock_then_lock_of_uncommitted_file_loses_it.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/unlock_then_lock_of_uncommitted_file_loses_it.mdwn b/doc/bugs/unlock_then_lock_of_uncommitted_file_loses_it.mdwn
new file mode 100644
index 000000000..69704bdd0
--- /dev/null
+++ b/doc/bugs/unlock_then_lock_of_uncommitted_file_loses_it.mdwn
@@ -0,0 +1,5 @@
+Add a file, then unlock it, and then lock it. There is an error and the
+symlink gets deleted.
+
+The file will still be staged in the index, and the file content is still
+in the annex. --[[Joey]]