From 6df7f4be3ada63fa818a790ccf256a277cc26dba Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 6 Mar 2019 14:25:33 +1030 Subject: [PATCH] graph/formats/dot/testdata: don't clone the full history --- graph/formats/dot/testdata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/formats/dot/testdata/Makefile b/graph/formats/dot/testdata/Makefile index c3bfcb9b..876922fc 100644 --- a/graph/formats/dot/testdata/Makefile +++ b/graph/formats/dot/testdata/Makefile @@ -98,7 +98,7 @@ fetch: graphviz rm -rf graphviz graphviz: - git clone https://github.com/ellson/graphviz.git + git clone --depth=1 https://github.com/ellson/graphviz.git clean: rm -rf *.dot input output