summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih@debian.org>2014-01-02 02:11:48 +0100
committerGravatar Richard Hartmann <richih@debian.org>2014-01-02 02:11:48 +0100
commitf09f009db39ab7d74a1accdf9fddc5034914bf07 (patch)
tree1cf91315029b0b8bd165120b65a08e8a8d81d59e
parent63d01c30975bfef2657da59f41c57883ac9d5eaf (diff)
parent9c8a2e002bea7b86a6a2450d904a7013f3e65c9d (diff)
Merge branch 'master' of git://git-annex.branchable.com
-rw-r--r--doc/bugs/endless_loop_when_PWD_gone/comment_1_0943cffa39d48e4dddde3b7aedc4e3b1._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/endless_loop_when_PWD_gone/comment_1_0943cffa39d48e4dddde3b7aedc4e3b1._comment b/doc/bugs/endless_loop_when_PWD_gone/comment_1_0943cffa39d48e4dddde3b7aedc4e3b1._comment
new file mode 100644
index 000000000..734798cb8
--- /dev/null
+++ b/doc/bugs/endless_loop_when_PWD_gone/comment_1_0943cffa39d48e4dddde3b7aedc4e3b1._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.227"
+ subject="comment 1"
+ date="2014-01-02T01:11:15Z"
+ content="""
+This is due to the code that restarts git hash-object if it crashes (because it has been known to crash before). Utility.CoProcess needs to have a limit to the number of times it retries when something is failing.
+"""]]