Merge branch 'mh/transport-capabilities'
commitbe94b339b698cf3ac869ef9666b82b75032add3a
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 23:40:19 +0000 (25 15:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 23:40:20 +0000 (25 15:40 -0800)
treea337671fae7ae9afb5cb54d77a24d711f3c76867
parent33a2eeaeade52afee9fb9ffdd2ae995acf3b7e4e
parentaab1beb0e1a66d31b0a9896e8c13009dece0aa45
Merge branch 'mh/transport-capabilities'

The transport-helper did not give transport options such as
verbosity, progress, cloning, etc. to import and export based
helpers, like it did for fetch and push based helpers, robbing them
the chance to honor the wish of the end-users better.

* mh/transport-capabilities:
  transport-helper: ask the helper to set the same options for import as for fetch
  transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities
transport-helper.c