[PATCH] documentation: update git version requirement


maxin@...
 

From: "Maxin B. John" <maxin.john@...>

git version 1.7.8 added the --list option to git-branch. Since we depend
on this option in git.py, the minimum requiremnt for git should be updated
to Git 1.7.8+

Signed-off-by: Maxin B. John <maxin.john@...>
---
documentation/ref-manual/introduction.xml | 2 +-
documentation/ref-manual/migration.xml | 2 +-
documentation/yocto-project-qs/yocto-project-qs.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index f48489a..6fa3785 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -352,7 +352,7 @@
must meet the following version requirements for Git, tar, and
Python:
<itemizedlist>
- <listitem><para>Git 1.7.5 or greater</para></listitem>
+ <listitem><para>Git 1.7.8 or greater</para></listitem>
<listitem><para>tar 1.24 or greater</para></listitem>
<listitem><para>Python 2.7.3 or greater not including
Python 3.x, which is not supported.</para></listitem>
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 7cefa5e..1b63571 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -598,7 +598,7 @@
<itemizedlist>
<listitem><para>Python 2.7.3+</para></listitem>
<listitem><para>Tar 1.24+</para></listitem>
- <listitem><para>Git 1.7.5+</para></listitem>
+ <listitem><para>Git 1.7.8+</para></listitem>
<listitem><para>Patched version of Make if you are using
3.82.
Most distributions that provide Make 3.82 use the patched
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 5ffe674..31babd1 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -210,7 +210,7 @@
distribution that has the following versions for Git, tar, and
Python.
<itemizedlist>
- <listitem><para>Git 1.7.5 or greater</para></listitem>
+ <listitem><para>Git 1.7.8 or greater</para></listitem>
<listitem><para>tar 1.24 or greater</para></listitem>
<listitem><para>Python 2.7.3 or greater excluding Python
3.x, which is not supported.</para></listitem>
--
1.9.1

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.