summaryrefslogtreecommitdiff
path: root/doc/bugs/Committer_crashed.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Committer_crashed.mdwn')
-rw-r--r--doc/bugs/Committer_crashed.mdwn32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/bugs/Committer_crashed.mdwn b/doc/bugs/Committer_crashed.mdwn
deleted file mode 100644
index caa8b1c50..000000000
--- a/doc/bugs/Committer_crashed.mdwn
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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 <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # typechange: test
- #
- # Untracked files:
- # (use "git add <file>..." 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
-
-> Could also fail in `getFileStatus`. In either case it's a race
-> with the file being deleted while it's still in the process of being
-> locked down. Fixed this [[done]] --[[Joey]]