From 62835eb601bccdc22d30c54ac0d9818b2f6a7089 Mon Sep 17 00:00:00 2001 From: Maxime GIMENO Date: Fri, 30 Jul 2021 15:46:28 +0200 Subject: [PATCH] No shallow clone to keep the history for the diff --- Scripts/developer_scripts/run_testsuite_from_branch_name.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/run_testsuite_from_branch_name.sh b/Scripts/developer_scripts/run_testsuite_from_branch_name.sh index 7daf8b19526..bc1d32e0ec2 100644 --- a/Scripts/developer_scripts/run_testsuite_from_branch_name.sh +++ b/Scripts/developer_scripts/run_testsuite_from_branch_name.sh @@ -21,7 +21,7 @@ PR_NUMBER=$4 cd ${CGAL_GIT_DIR} if [ ! -d cgal ]; then - git clone --depth 1 --no-single-branch https://github.com/CGAL/cgal.git + git clone https://github.com/CGAL/cgal.git cd cgal git remote rename origin cgal cd ..