grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.6-25-g1a0f4d4


From: Jim Meyering
Subject: grep branch, master, updated. v3.6-25-g1a0f4d4
Date: Sat, 7 Aug 2021 01:21:02 -0400 (EDT)

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  1a0f4d4c499ea2d89c2d1121b7290bb52de76ec0 (commit)
       via  1a8c7e0a8e762c303969ea95d3e482d69a4b2240 (commit)
       via  743be2c498b768db1dea3fc624c17d789b9ba308 (commit)
      from  cb15dfa4b2d7fba0d50e87b49f979c7f996b8ebc (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=1a0f4d4c499ea2d89c2d1121b7290bb52de76ec0


commit 1a0f4d4c499ea2d89c2d1121b7290bb52de76ec0
Author: Kevin Locke <kevin@kevinlocke.name>
Date:   Fri Apr 16 18:07:19 2021 -0600

    doc: usage: --group-separator/--no-group-separator
    
    * src/grep.c (usage): Document --group-separator
    and --no-group-separator.

diff --git a/src/grep.c b/src/grep.c
index d27d79e..100acfb 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -2048,6 +2048,8 @@ Context control:\n\
 "));
       printf (_("\
   -NUM                      same as --context=NUM\n\
+      --group-separator=SEP  print SEP on line between matches with context\n\
+      --no-group-separator  do not print separator for matches with context\n\
       --color[=WHEN],\n\
       --colour[=WHEN]       use markers to highlight the matching strings;\n\
                             WHEN is 'always', 'never', or 'auto'\n\

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


commit 1a0f4d4c499ea2d89c2d1121b7290bb52de76ec0
Author: Kevin Locke <kevin@kevinlocke.name>
Date:   Fri Apr 16 18:07:19 2021 -0600

    doc: usage: --group-separator/--no-group-separator
    
    * src/grep.c (usage): Document --group-separator
    and --no-group-separator.

diff --git a/src/grep.c b/src/grep.c
index d27d79e..100acfb 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -2048,6 +2048,8 @@ Context control:\n\
 "));
       printf (_("\
   -NUM                      same as --context=NUM\n\
+      --group-separator=SEP  print SEP on line between matches with context\n\
+      --no-group-separator  do not print separator for matches with context\n\
       --color[=WHEN],\n\
       --colour[=WHEN]       use markers to highlight the matching strings;\n\
                             WHEN is 'always', 'never', or 'auto'\n\

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


commit 1a0f4d4c499ea2d89c2d1121b7290bb52de76ec0
Author: Kevin Locke <kevin@kevinlocke.name>
Date:   Fri Apr 16 18:07:19 2021 -0600

    doc: usage: --group-separator/--no-group-separator
    
    * src/grep.c (usage): Document --group-separator
    and --no-group-separator.

diff --git a/src/grep.c b/src/grep.c
index d27d79e..100acfb 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -2048,6 +2048,8 @@ Context control:\n\
 "));
       printf (_("\
   -NUM                      same as --context=NUM\n\
+      --group-separator=SEP  print SEP on line between matches with context\n\
+      --no-group-separator  do not print separator for matches with context\n\
       --color[=WHEN],\n\
       --colour[=WHEN]       use markers to highlight the matching strings;\n\
                             WHEN is 'always', 'never', or 'auto'\n\

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

Summary of changes:
 doc/grep.in.1 | 20 ++++++++++++++++++++
 gnulib        |  2 +-
 src/grep.c    |  2 ++
 3 files changed, 23 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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