summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-01-02 01:11:15 +0000
committerGravatar admin <admin@branchable.com>2014-01-02 01:11:15 +0000
commit9c8a2e002bea7b86a6a2450d904a7013f3e65c9d (patch)
tree06f799cbdc2cc8b9ad0bdc488d54ed5e1f327751
parentb823339ea8e91d33fc406074dd2c955886cfa4d5 (diff)
Added a comment
-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.
+"""]]