[Git][ghc/ghc][master] Replace deprecated git --recursive

Marge Bot gitlab at gitlab.haskell.org
Thu Sep 17 05:28:07 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
76d3bcbc by Leif Metcalf at 2020-09-17T01:28:01-04:00
Replace deprecated git --recursive

The --recursive flag of git-clone has been replaced by the
--recurse-submodules flag since git 1.7.4, released in 2011.
- - - - -


1 changed file:

- README.md


Changes:

=====================================
README.md
=====================================
@@ -26,7 +26,7 @@ There are two ways to get a source tree:
 
  2. *Check out the source code from git*
 
-        $ git clone --recursive git at gitlab.haskell.org:ghc/ghc.git
+        $ git clone --recurse-submodules git at gitlab.haskell.org:ghc/ghc.git
 
     Note: cloning GHC from Github requires a special setup. See [Getting a GHC
     repository from Github][7].



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/76d3bcbcef61ac71677855d6f90754ef019b9b4f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/76d3bcbcef61ac71677855d6f90754ef019b9b4f
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200917/7efdc3f9/attachment.html>


More information about the ghc-commits mailing list