summaryrefslogtreecommitdiff
path: root/doc/todo/Wishlist:_disable_auto-repair_for_the_assistant
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-05-21 18:29:16 +0000
committerGravatar admin <admin@branchable.com>2014-05-21 18:29:16 +0000
commit573b2c11f34cba38a1def71880497de0308ff728 (patch)
treebbcc423ba8470b8706522f5c823741fbd7654801 /doc/todo/Wishlist:_disable_auto-repair_for_the_assistant
parent90fadf80ac6c2e3a69581ea115479f683809f3dd (diff)
Added a comment
Diffstat (limited to 'doc/todo/Wishlist:_disable_auto-repair_for_the_assistant')
-rw-r--r--doc/todo/Wishlist:_disable_auto-repair_for_the_assistant/comment_1_3274820a0d1f10c505f15cd29a37b95a._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Wishlist:_disable_auto-repair_for_the_assistant/comment_1_3274820a0d1f10c505f15cd29a37b95a._comment b/doc/todo/Wishlist:_disable_auto-repair_for_the_assistant/comment_1_3274820a0d1f10c505f15cd29a37b95a._comment
new file mode 100644
index 000000000..d4839cb1d
--- /dev/null
+++ b/doc/todo/Wishlist:_disable_auto-repair_for_the_assistant/comment_1_3274820a0d1f10c505f15cd29a37b95a._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.3"
+ subject="comment 1"
+ date="2014-05-21T18:29:16Z"
+ content="""
+What auto-repair are you referring to?
+
+If you schedule a fsck of the repository in the webapp, then when that finds a problem with the git repository, it will be repaired. So if you don't want this, remove any scheduled fsck jobs.
+
+The assistant also detects a few common problems at startup that prevent it from working, such as a corrupt index file, and automatically repairs those. These repairs only happen at startup. If the index file is corrupt, it has to delete it and re-add every file to the repository, which is expensive, but otherwise it would be completely non-functional.
+"""]]