response and related todo

This commit is contained in:
Joey Hess 2020-12-11 16:21:16 -04:00
parent 4a8723246d
commit 3c76a31b15
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,6 @@
When `git -c foo.bar annex` runs git-annex transferrer,
it does not pass along the settings from -c.
There are a lot of config settings that impact transfers,
and some of them might be commonly used at the command line, so something
needs to be done about this. --[[Joey]]