aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-28 11:58:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-28 11:58:17 -0400
commit3e383442218695daff209388d85fbe0ee5a18365 (patch)
tree474b5840fb5373c72c3ec56f0785f4bdf960df97
parentf25ec2e1081389bcd95a2b3cb5b79c5ac4f6796c (diff)
response
-rw-r--r--doc/forum/Auto_ignore_non-reachable_repo/comment_2_74c297d8d5e9f7d131c461ed5e803071._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Auto_ignore_non-reachable_repo/comment_2_74c297d8d5e9f7d131c461ed5e803071._comment b/doc/forum/Auto_ignore_non-reachable_repo/comment_2_74c297d8d5e9f7d131c461ed5e803071._comment
new file mode 100644
index 000000000..4a8048901
--- /dev/null
+++ b/doc/forum/Auto_ignore_non-reachable_repo/comment_2_74c297d8d5e9f7d131c461ed5e803071._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2018-02-28T15:55:39Z"
+ content="""
+You can temporarily enable annex-ignore for a remote.
+
+For example:
+
+git -c remote.horus.annex-ignore=true git annex drop ...
+
+Adjusting the annex-cost of the remote may also be useful, so git-annex
+will avoid using that remote when it can use a lower-cost remote instead.
+The annex-cost-command could be used to detect the network where the remote
+access times out and make its cost be very high then.
+"""]]