grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.14-34-g12edf2b


From: Paul Eggert
Subject: grep branch, master, updated. v2.14-34-g12edf2b
Date: Mon, 19 Aug 2013 17:04:40 +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 "grep".

The branch, master has been updated
       via  12edf2b2f25673204267e8f742c76328efc877db (commit)
      from  996aa6ac3589547f539c89bba0ffda6a2cdbcf6b (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/grep.git/commit/?id=12edf2b2f25673204267e8f742c76328efc877db


commit 12edf2b2f25673204267e8f742c76328efc877db
Author: Paul Eggert <address@hidden>
Date:   Mon Aug 19 10:04:19 2013 -0700

    doc: mention how to use the latest gnulib
    
    * README-hacking: Steal some text from coreutils/README-hacking.

diff --git a/README-hacking b/README-hacking
index 0d839a3..de67fd2 100644
--- a/README-hacking
+++ b/README-hacking
@@ -38,6 +38,12 @@ which are extracted from other source packages:
 
         $ ./bootstrap
 
+To use the most-recent gnulib (as opposed to the gnulib version that
+the package last synchronized to), do this next:
+
+        $ git submodule foreach git pull origin master
+        $ git commit -m 'build: update gnulib submodule to latest' gnulib
+
 And there you are!  Just
 
         $ ./configure --quiet #[--enable-gcc-warnings] [*]

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

Summary of changes:
 README-hacking |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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