From d10975eeb723faca5e1a84f16cefb076529eaa9f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 30 Dec 2017 08:56:08 +0100 Subject: doc: no need to clone with --recursive No need to git clone with --recursive since we handle only one git repository. --- doc/security-team.d.o/security_tracker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/security-team.d.o/security_tracker b/doc/security-team.d.o/security_tracker index e856e3fd27..78d9ccd63f 100644 --- a/doc/security-team.d.o/security_tracker +++ b/doc/security-team.d.o/security_tracker @@ -26,7 +26,7 @@ The best way to understand is to check out our repository from Git so you have the files on your computer and can follow along at home. To do this you just need to do the following: - git clone --recursive git@salsa.debian.org:security-tracker-team/security-tracker.git + git clone git@salsa.debian.org:security-tracker-team/security-tracker.git This will check out the working repository (given that you already have an [Salsa @@ -38,7 +38,7 @@ subdirectories. The `data` directory is where we do most of our work. If you don't need write access, you can of course check out our files without a Salsa account as well: - git clone --recursive https://salsa.debian.org/security-tracker-team/security-tracker.git + git clone https://salsa.debian.org/security-tracker-team/security-tracker.git The CVE list (`CVE/list`) ------------------------- -- cgit v1.2.3