bug
authorJoey Hess <joeyh@joeyh.name>
Wed, 24 Jul 2024 01:02:31 +0000 (21:02 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 24 Jul 2024 01:02:31 +0000 (21:02 -0400)
doc/bugs/force_option_not_propagated_to_git-annex-transferrer.mdwn [new file with mode: 0644]

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 (file)
index 0000000..e5473e6
--- /dev/null
@@ -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]]