From a4602796db52fdcaa4c87b373f6a9b33ea50e2dc Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" Date: Mon, 15 Jul 2013 17:34:47 +0000 Subject: [PATCH] --- ...uninit_loses_content_when_interrupted.mdwn | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/bugs/git_annex_uninit_loses_content_when_interrupted.mdwn diff --git a/doc/bugs/git_annex_uninit_loses_content_when_interrupted.mdwn b/doc/bugs/git_annex_uninit_loses_content_when_interrupted.mdwn new file mode 100644 index 0000000000..d5afa00647 --- /dev/null +++ b/doc/bugs/git_annex_uninit_loses_content_when_interrupted.mdwn @@ -0,0 +1,31 @@ +### Please describe the problem. + +When git annex uninit is interrupted, git status shows + +# On branch master +# Changes to be committed: +# (use "git reset HEAD ..." to unstage) + +deleted: file1 + +file1 is the file that was being processed at the time of the interrupt. + +### What steps will reproduce the problem? + +git annex uninit + +Ctrl-C + +### What version of git-annex are you using? On what operating system? + +4.20130709 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]]