From 7d4045277a7a39c588c8f6d04f07b2d870e3e408 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Jul 2024 21:02:31 -0400 Subject: [PATCH] bug --- ...orce_option_not_propagated_to_git-annex-transferrer.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/bugs/force_option_not_propagated_to_git-annex-transferrer.mdwn diff --git a/doc/bugs/force_option_not_propagated_to_git-annex-transferrer.mdwn b/doc/bugs/force_option_not_propagated_to_git-annex-transferrer.mdwn new file mode 100644 index 0000000000..e5473e68ca --- /dev/null +++ b/doc/bugs/force_option_not_propagated_to_git-annex-transferrer.mdwn @@ -0,0 +1,6 @@ +When downloading with annex.stalldetection configured, `git-annex +transferrer` is used. If a download is prevented by annex.diskreserve +setting, the message displayed says that --force will override the check. +But that doesn't work in this case. + +The --force option should be propagated to this command. --[[Joey]] -- 2.30.2