From 0afb8eab26e6f76d63a890e7ce724ccc3b026adc Mon Sep 17 00:00:00 2001 From: nobodyinperson Date: Thu, 30 Jan 2025 12:59:00 +0000 Subject: [PATCH] --- doc/forum/Forcing_offline_behavior.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Forcing_offline_behavior.mdwn diff --git a/doc/forum/Forcing_offline_behavior.mdwn b/doc/forum/Forcing_offline_behavior.mdwn new file mode 100644 index 0000000000..a11989e06e --- /dev/null +++ b/doc/forum/Forcing_offline_behavior.mdwn @@ -0,0 +1 @@ +It seems that things like `git annex wanted . present` cause network activity, maybe git-annex fetches remotes and tries to look up IDs and such. I didn't find a general flag to disables this. Something like `--offline` would be nice for scripts in networks that might hang indefinitely in certain situations. Does this exist? 🤔