emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#34856: closed ([PATCH] *sum --help: add note about


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34856: closed ([PATCH] *sum --help: add note about binary/text mode)
Date: Mon, 18 Mar 2019 08:13:02 +0000

Your message dated Mon, 18 Mar 2019 09:11:59 +0100
with message-id <address@hidden>
and subject line Re: bug#34856: [PATCH] *sum --help: add note about binary/text 
mode
has caused the debbugs.gnu.org bug report #34856,
regarding [PATCH] *sum --help: add note about binary/text mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34856: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34856
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] *sum --help: add note about binary/text mode Date: Thu, 14 Mar 2019 13:48:01 +0100
* src/md5sum.c (usage): Make it clear that there is no difference
between binary mode and text mode on GNU systems.

Bug: https://bugzilla.redhat.com/406981
Bug: https://bugzilla.redhat.com/1688740
---
 src/md5sum.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/md5sum.c b/src/md5sum.c
index 3532f7b7a..f75b6de02 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -287,7 +287,10 @@ The following five options are useful only when verifying 
checksums:\n\
 The sums are computed as described in %s.  When checking, the input\n\
 should be a former output of this program.  The default mode is to print a\n\
 line with checksum, a space, a character indicating input mode ('*' for 
binary,\
-\n' ' for text or where binary is insignificant), and name for each FILE.\n"),
+\n' ' for text or where binary is insignificant), and name for each FILE.\n\
+\n\
+Note: There is no difference between binary mode and text mode on GNU systems.\
+\n"),
               DIGEST_REFERENCE);
       emit_ancillary_info (PROGRAM_NAME);
     }
-- 
2.17.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#34856: [PATCH] *sum --help: add note about binary/text mode Date: Mon, 18 Mar 2019 09:11:59 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2
On 3/14/19 1:48 PM, Kamil Dudka wrote:
> +Note: There is no difference between binary mode and text mode on GNU 
> systems.\

Thanks for the patch - I see this is a downstream patch in Fedora since
several years.

I changed the Subject line to conform to our 'commit-msg' hook:

  md5sum,b2sum,sha*sum: --help: add note about binary/text mode

and pushed at:

  https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=ae61b10663

Have a nice day,
Berny


--- End Message ---

reply via email to

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