grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.2-3-g3c0a36e


From: Paul Eggert
Subject: grep branch, master, updated. v3.2-3-g3c0a36e
Date: Thu, 20 Dec 2018 19:36:29 -0500 (EST)

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  3c0a36e514237132db711bfef57a74c64592c4e2 (commit)
       via  b0a06e866aa5751320b128621b24b887658207a9 (commit)
      from  36754818929ba7d1832cb812344cbe9b74f2d733 (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=3c0a36e514237132db711bfef57a74c64592c4e2


commit 3c0a36e514237132db711bfef57a74c64592c4e2
Author: Paul Eggert <address@hidden>
Date:   Thu Dec 20 16:35:55 2018 -0800

    grep: fit --version authorship into 80
    
    * src/grep.c (AUTHORS): Remove.
    (main): Output the authorship info ourselves instead of having
    version_etc do it.  This is better for i18n anyway.

diff --git a/src/grep.c b/src/grep.c
index aa1d6dd..9fb5e92 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -56,10 +56,6 @@ enum { SEP_CHAR_SELECTED = ':' };
 enum { SEP_CHAR_REJECTED = '-' };
 static char const SEP_STR_GROUP[] = "--";
 
-#define AUTHORS \
-  proper_name ("Mike Haertel"), \
-  _("others, see <https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>")
-
 /* When stdout is connected to a regular file, save its stat
    information here, so that we can automatically skip it, thus
    avoiding a potential (racy) infinite loop.  */
@@ -2769,8 +2765,10 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      version_etc (stdout, getprogname (), PACKAGE_NAME, VERSION, AUTHORS,
+      version_etc (stdout, getprogname (), PACKAGE_NAME, VERSION,
                    (char *) NULL);
+      puts (_("Written by Mike Haertel and others; see\n"
+              "<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>."));
       return EXIT_SUCCESS;
     }
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=b0a06e866aa5751320b128621b24b887658207a9


commit 3c0a36e514237132db711bfef57a74c64592c4e2
Author: Paul Eggert <address@hidden>
Date:   Thu Dec 20 16:35:55 2018 -0800

    grep: fit --version authorship into 80
    
    * src/grep.c (AUTHORS): Remove.
    (main): Output the authorship info ourselves instead of having
    version_etc do it.  This is better for i18n anyway.

diff --git a/src/grep.c b/src/grep.c
index aa1d6dd..9fb5e92 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -56,10 +56,6 @@ enum { SEP_CHAR_SELECTED = ':' };
 enum { SEP_CHAR_REJECTED = '-' };
 static char const SEP_STR_GROUP[] = "--";
 
-#define AUTHORS \
-  proper_name ("Mike Haertel"), \
-  _("others, see <https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>")
-
 /* When stdout is connected to a regular file, save its stat
    information here, so that we can automatically skip it, thus
    avoiding a potential (racy) infinite loop.  */
@@ -2769,8 +2765,10 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      version_etc (stdout, getprogname (), PACKAGE_NAME, VERSION, AUTHORS,
+      version_etc (stdout, getprogname (), PACKAGE_NAME, VERSION,
                    (char *) NULL);
+      puts (_("Written by Mike Haertel and others; see\n"
+              "<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>."));
       return EXIT_SUCCESS;
     }
 

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

Summary of changes:
 gnulib     | 2 +-
 src/grep.c | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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