Sync with 2.3.10

This commit is contained in:
Junio C Hamano
2015-09-28 15:28:26 -07:00
27 changed files with 446 additions and 28 deletions

View File

@ -1039,6 +1039,8 @@ int transport_helper_init(struct transport *transport, const char *name)
struct helper_data *data = xcalloc(1, sizeof(*data));
data->name = name;
transport_check_allowed(name);
if (getenv("GIT_TRANSPORT_HELPER_DEBUG"))
debug = 1;