aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/random_files_vanishing_when_assistant_gets_restarted
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-01-17 18:30:06 +0000
committerGravatar admin <admin@branchable.com>2013-01-17 18:30:06 +0000
commitdca71bc986d577cc393f19115f20682720cf0abe (patch)
tree84349a11c73c248932f9ad798657aab043897279 /doc/bugs/random_files_vanishing_when_assistant_gets_restarted
parent926d7ef5866665fdd9c301acfc8dd4e166884f21 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/random_files_vanishing_when_assistant_gets_restarted')
-rw-r--r--doc/bugs/random_files_vanishing_when_assistant_gets_restarted/comment_1_53b4f388c47c1b3f6ffa4fc2155b30fc._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/random_files_vanishing_when_assistant_gets_restarted/comment_1_53b4f388c47c1b3f6ffa4fc2155b30fc._comment b/doc/bugs/random_files_vanishing_when_assistant_gets_restarted/comment_1_53b4f388c47c1b3f6ffa4fc2155b30fc._comment
new file mode 100644
index 000000000..aafd42649
--- /dev/null
+++ b/doc/bugs/random_files_vanishing_when_assistant_gets_restarted/comment_1_53b4f388c47c1b3f6ffa4fc2155b30fc._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.154.7.238"
+ subject="comment 1"
+ date="2013-01-17T18:30:06Z"
+ content="""
+AFAICS, the German message is the equivilant of `git status` when a file has been deleted:
+
+<pre>
+# On branch master
+# Changes not staged for commit:
+# (use \"git add/rm <file>...\" to update what will be committed)
+# (use \"git checkout -- <file>...\" to discard changes in working directory)
+#
+# deleted: bigfile
+#
+no changes added to commit (use \"git add\" and/or \"git commit -a\")
+</pre>
+
+There's no indication here of when the file was deleted, or what deleted it. I need a way to reproduce this to be able to help. At this point it's not clear if the file is deleted by the old assistant that you ctrl-c'd, or if it was deleted while the assistant was not running, or if it somehow gets deleted when the new assistant is started up.
+"""]]