Author: timo
Date: 2011-11-21 15:40:11 -0800 (Mon, 21 Nov 2011)
New Revision: 17139
Modified:
django/trunk/docs/topics/install.txt
Log:
Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiumed
for the patch.
Modified: django/trunk/docs/topics/install.txt
===================================================================
--- django/trunk/docs/topics/install.txt 2011-11-21 23:33:39 UTC (rev
17138)
+++ django/trunk/docs/topics/install.txt 2011-11-21 23:40:11 UTC (rev
17139)
@@ -257,8 +257,10 @@
.. code-block:: bash
- # Git
+ # Git (requires version 1.6.6 or later)
git clone https://github.com/django/django.git
+ # or (works with all versions)
+ git clone git://github.com/django/django.git
# Mercurial
hg clone https://bitbucket.org/django/django
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.