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. Signed-off-by: Sverre Rabbelier <srabbelier@xxxxxxxxx> --- Unchanged from my original series, but with commit message updated after review. transport-helper.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index c089928..f78b670 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -762,7 +762,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.5.1.292.g728120 -- 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