Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- streaming.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming.c b/streaming.c index debe904..c7edebb 100644 --- a/streaming.c +++ b/streaming.c @@ -437,7 +437,7 @@ static open_method_decl(pack_non_delta) unuse_pack(&window); switch (in_pack_type) { default: - return -1; /* we do not do deltas for now */ + return -1; /* we do not do deltas nor pv4 types for now */ case OBJ_COMMIT: case OBJ_TREE: case OBJ_BLOB: -- 1.8.2.82.gc24b958 -- 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