From e97a30a647b7bf89e464165f342499cdd0771cd4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawntVnR-Z5ghYInvsElbDeADPSuCsF18iTY" Date: Thu, 10 Jan 2013 21:58:21 +0000 Subject: [PATCH] --- doc/bugs/Committer_crashed.mdwn | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/bugs/Committer_crashed.mdwn diff --git a/doc/bugs/Committer_crashed.mdwn b/doc/bugs/Committer_crashed.mdwn new file mode 100644 index 0000000000..50347b6077 --- /dev/null +++ b/doc/bugs/Committer_crashed.mdwn @@ -0,0 +1,28 @@ +# What steps will reproduce the problem? + +Editing a text file with vim + +#What is the expected output? What do you see instead? + + # On branch master + # Changes not staged for commit: + + # (use "git add ..." to update what will be committed) + # (use "git checkout -- ..." to discard changes in working directory) + # + # typechange: test + # + # Untracked files: + # (use "git add ..." to include in what will be committed) + # + # .test.swp + + no changes added to commit (use "git add" and/or "git commit -a") + + /.test.swp still has writers, not adding + + Committer crashed: ./test~: createLink: does not exist (No such file or directory) + +# What version of git-annex are you using? On what operating system? + +3.20130107 prebuilt tar ball on Debian testing