gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-130-g54f9416
Date: Thu, 24 Feb 2011 19:31:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  54f94163394a4a5487713488ddce054e5ed8ad91 (commit)
      from  77a24241b614dcb2a405094e7f86fe8a628949de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=54f94163394a4a5487713488ddce054e5ed8ad91


commit 54f94163394a4a5487713488ddce054e5ed8ad91
Author: Sandro Santilli <address@hidden>
Date:   Thu Feb 24 20:30:49 2011 +0100

    Simplify command to checkout remote branches

diff --git a/doc/C/refmanual/building.xml b/doc/C/refmanual/building.xml
index 2ab9c2d..d8a9bd5 100644
--- a/doc/C/refmanual/building.xml
+++ b/doc/C/refmanual/building.xml
@@ -79,8 +79,7 @@
        be available. Replace <emphasis>exp</emphasis> with the
        branch name to check these out.
        <programlisting>
-         git branch exp origin/exp
-         git checkout exp
+         git checkout -b exp origin/exp
        </programlisting>
       </para>
       <para>

-----------------------------------------------------------------------

Summary of changes:
 doc/C/refmanual/building.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]