Now that the remote helper protocol uses the new done command in its fast-import streams, export no longer needs to be the last command in the stream. --- The fact that we had this before shows how messed up the protocol was earlier. Basically, any 'import' or 'export' command meant "you're done talking to the helper now". transport-helper.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index 13ebb3b..1294d10 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -758,7 +758,6 @@ static int push_refs_with_export(struct transport *transport, export_marks, import_marks, &revlist_args)) die("Couldn't run fast-export"); - data->no_disconnect_req = 1; if(finish_command(&exporter)) die("Error while running fast-export"); push_update_refs_status(data, remote_refs); -- 1.7.2.1.240.g6a95c3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html