[Scummvm-git-logs] scummvm master -> d867b983e97c22dba19dcd677eb07206e2a262c0

criezy noreply at scummvm.org
Fri Mar 18 21:56:37 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d867b983e9 DOC: Update clone command for iOS in latest doc to get master branch


Commit: d867b983e97c22dba19dcd677eb07206e2a262c0
    https://github.com/scummvm/scummvm/commit/d867b983e97c22dba19dcd677eb07206e2a262c0
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-03-18T21:56:26Z

Commit Message:
DOC: Update clone command for iOS in latest doc to get master branch

The documentation used a clone command that gets the 2.2 branch. This
is confusing for the latest version of the doc, and even results in
an error (as the theora feature was renamed theoradec, but branch-2-2
still has the old name).

Changed paths:
    doc/docportal/other_platforms/ios.rst


diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst
index 5752f2886a7..deceae797bc 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -33,7 +33,7 @@ The first step is to download the repository containing the code required to bui
 
 .. code-block:: bash
 
-    git clone --depth 1 -b branch-2-2-0 https://github.com/scummvm/scummvm.git
+    git clone https://github.com/scummvm/scummvm.git
 
 .. tip::
 




More information about the Scummvm-git-logs mailing list