From 88729cbfebf16e97f254155ae8aec37b3bcdd973 Mon Sep 17 00:00:00 2001 From: "achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8" Date: Mon, 21 Sep 2020 14:15:18 +0000 Subject: [PATCH] --- doc/forum/Preventing_annex.ignore_for_remote.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/Preventing_annex.ignore_for_remote.mdwn diff --git a/doc/forum/Preventing_annex.ignore_for_remote.mdwn b/doc/forum/Preventing_annex.ignore_for_remote.mdwn new file mode 100644 index 0000000000..f305556d41 --- /dev/null +++ b/doc/forum/Preventing_annex.ignore_for_remote.mdwn @@ -0,0 +1,3 @@ +Sometimes through misconfiguration I have situations where the git server is reachable but annex fails to reach the annex-shell. If I set `annex.ignore` explicitly to `false` for a remote, will that prevent git-annex from setting it to true in these situations? + +I want to be able to set it so that even if a remote is detected to not support annex, it should still regard it as an annex remote.