emacs-diffs
[Top][All Lists]
Advanced

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

master 51a9ed8: Tweak filtering some more


From: Lars Ingebrigtsen
Subject: master 51a9ed8: Tweak filtering some more
Date: Sun, 2 May 2021 04:42:05 -0400 (EDT)

branch: master
commit 51a9ed843f122e66bb14997837088af905933f1b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak filtering some more
    
    This should get the ./temacs continuation lines right.
---
 admin/emake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/emake b/admin/emake
index 834a184..29dc151 100755
--- a/admin/emake
+++ b/admin/emake
@@ -27,8 +27,7 @@ s#^Configuring local git # Configuring local git #
 s#^Installing git hooks...# Installing git hooks...#
 s#^Running # Running #
 s#^Configured for # Configured for #
-s#^./temacs # ./temacs #
-s#^Dumping under the name# Dumping under the name#
+s#^./temacs.*#  \\& #
 ' | \
 egrep --line-buffered -v "^make|\
 ^Loading|\
@@ -40,6 +39,7 @@ INFO.*Scraping.*[.]\$|\
 ^Adding name|\
 ^Dump mode|\
 ^Dumping finger|\
+^Dumping under the name|\
 ^Byte counts|\
 ^Reloc counts|\
 ^Pure-hashed|\



reply via email to

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