diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-27 18:49:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-27 18:49:03 -0400 |
commit | 4cadfec3a00ece05576fbe289c4639e13b16ad52 (patch) | |
tree | 52567cf8b047ca042c773d3d33155c151fc9ce5f /doc/bugs | |
parent | 46407825b3b01de93fa0101cad84d719d9dc0653 (diff) |
Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix.
This doesn't change what GETURLS returns, but only whether it matches
any prefix that the external special remote asked for.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn b/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn index f62649815..fe1bc1611 100644 --- a/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn +++ b/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn @@ -33,3 +33,5 @@ DATALAD_LOGLEVEL=1 DATALAD_LOGTARGET=stderr tools/testing/make_test_repo archive # End of transcript or log. """]] + +> [[fixed|done]] --[[Joey]] |