Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package diffstat for openSUSE:Factory 
checked in at 2021-02-01 13:24:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diffstat (Old)
 and      /work/SRC/openSUSE:Factory/.diffstat.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diffstat"

Mon Feb  1 13:24:49 2021 rev:30 rq:866492 version:1.64

Changes:
--------
--- /work/SRC/openSUSE:Factory/diffstat/diffstat.changes        2020-01-01 
14:56:42.901881475 +0100
+++ /work/SRC/openSUSE:Factory/.diffstat.new.28504/diffstat.changes     
2021-02-01 13:24:50.601788555 +0100
@@ -1,0 +2,7 @@
+Sun Jan 24 18:43:30 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.64:
+  + recognize binary files mentioned in "git diff --binary", and
+  "git log -p --binary" formatted files (report by Faheem Mitha).
+
+-------------------------------------------------------------------

Old:
----
  diffstat-1.63.tgz
  diffstat-1.63.tgz.asc

New:
----
  diffstat-1.64.tgz
  diffstat-1.64.tgz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ diffstat.spec ++++++
--- /var/tmp/diff_new_pack.tINERN/_old  2021-02-01 13:24:51.293789640 +0100
+++ /var/tmp/diff_new_pack.tINERN/_new  2021-02-01 13:24:51.297789647 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diffstat
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           diffstat
-Version:        1.63
+Version:        1.64
 Release:        0
 Summary:        Utility That Provides Statistics Based on the Output of diff
 License:        MIT
@@ -27,7 +27,6 @@
 Source1:        
https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz.asc
 Source2:        %{name}.keyring
 Patch0:         %{name}.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 diffstat reads the output of the diff command and displays a histogram
@@ -39,18 +38,18 @@
 
 %build
 %configure
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags}"
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %files
-%defattr(-,root,root)
-%doc README CHANGES COPYING
+%doc README CHANGES
+%license COPYING
 %{_bindir}/diffstat
-%{_mandir}/man1/diffstat.1%{ext_man}
+%{_mandir}/man1/diffstat.1%{?ext_man}
 
 %changelog

++++++ diffstat-1.63.tgz -> diffstat-1.64.tgz ++++++
++++ 10048 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/CHANGES new/diffstat-1.64/CHANGES
--- old/diffstat-1.63/CHANGES   2019-11-29 21:59:03.000000000 +0100
+++ new/diffstat-1.64/CHANGES   2021-01-13 01:18:10.000000000 +0100
@@ -1,4 +1,12 @@
--- $Id: CHANGES,v 1.101 2019/11/29 20:59:03 tom Exp $
+-- $Id: CHANGES,v 1.105 2021/01/13 00:18:10 tom Exp $
+
+2021/01/12 (diffstat 1.64)
+       + recognize binary files mentioned in "git diff --binary", and
+         "git log -p --binary" formatted files (report by Faheem Mitha).
+
+       + update configure macros
+
+       + update config.guess, config.sub
 
 2019/11/29 (diffstat 1.63)
        + eliminate fixed buffer when decoding range.
@@ -61,7 +69,7 @@
        + add -E option to filter escape-sequences, e.g., from colordiff
          (Ubuntu #1304262).
 
-       + merge/adapt improvments to makefile and configure script from
+       + merge/adapt improvements to makefile and configure script from
          openembedded.org (forwarded by Ross Burton).
          + remove unused $(libdir) from makefile "installdirs" target
          + amend definition in CF_POPEN_TEST to permit use of autoheader.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/COPYING new/diffstat-1.64/COPYING
--- old/diffstat-1.63/COPYING   2019-11-25 01:11:49.000000000 +0100
+++ new/diffstat-1.64/COPYING   2021-01-11 10:14:02.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright 1994-2018,2019 by Thomas E. Dickey
+Copyright 1994-2019,2021 by Thomas E. Dickey
 All Rights Reserved.
 
 Permission to use, copy, modify, and distribute this software and its
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/COPYING.asc new/diffstat-1.64/COPYING.asc
--- old/diffstat-1.63/COPYING.asc       2019-11-25 01:12:11.000000000 +0100
+++ new/diffstat-1.64/COPYING.asc       2021-01-11 10:22:08.000000000 +0100
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 Comment: See https://invisible-island.net/public/public.html for info
 
-iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXdscWAAKCRBwI1Pg9+SO
-24dNAJ4hDPY290kWxNaNZr0kpa28rcjcPACfRPhb5QwpTXimfJCSDCVSPy/gq94=
-=Xglp
+iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCX/wYwAAKCRBwI1Pg9+SO
+28GiAKCaa1uPos1Ekd2QSZo9mPdUwwoMcgCg0laa5RYFVaELMP9Z37Ctq0FVYfo=
+=zujp
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/diffstat.c new/diffstat-1.64/diffstat.c
--- old/diffstat-1.63/diffstat.c        2019-11-29 21:39:01.000000000 +0100
+++ new/diffstat-1.64/diffstat.c        2021-01-13 01:28:32.000000000 +0100
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright 1994-2018,2019 by Thomas E. Dickey                               *
+ * Copyright 1994-2019,2021 by Thomas E. Dickey                               *
  * All Rights Reserved.                                                       *
  *                                                                            *
  * Permission to use, copy, modify, and distribute this software and its      *
@@ -20,7 +20,7 @@
  
******************************************************************************/
 
 #ifndef        NO_IDENT
-static const char *Id = "$Id: diffstat.c,v 1.63 2019/11/29 20:39:01 tom Exp $";
+static const char *Id = "$Id: diffstat.c,v 1.64 2021/01/13 00:28:32 tom Exp $";
 #endif
 
 /*
@@ -28,6 +28,7 @@
  * Author:     T.E.Dickey
  * Created:    02 Feb 1992
  * Modified:
+ *             12 Jan 2021, check for git --binary diffs.
  *             29 Nov 2019, eliminate fixed buffer when decoding range.
  *             28 Nov 2019, use locale in computing filename column-width.
  *                          improve parsing for git diffs.
@@ -854,7 +855,8 @@
        int count = 0;
        int value[2];
 
-       value[count] = 0;
+       value[0] = 0;
+       value[1] = 0;
        while (*s != EOS) {
            int ch = UC(*s);
            if (isdigit(ch)) {
@@ -1013,7 +1015,7 @@
                    if (reverse_opt) {
                        TRACE((".. no action @%d\n", __LINE__));
                    } else {
-                       target = trim_datapath(&data, len1 = len2, &local);
+                       target = trim_datapath(&data, len2, &local);
                    }
                }
            } else if (len1 < len2) {
@@ -1091,7 +1093,7 @@
        }
     } else {
        if (can_be_merged(source)) {
-           TRACE(("** merge @%d\n", __LINE__));
+           TRACE(("** %smerge @%d\n", merge_names ? "" : "do not ", __LINE__));
            if (merge_names
                && *target != EOS
                && prefix_opt < 0) {
@@ -1653,6 +1655,9 @@
     int context = 1;
     int either = 0;
 
+    int first_ch;
+    int git_diff = 0;
+
     char *s;
 #if OPT_TRACE
     int line_no = 0;
@@ -1760,7 +1765,9 @@
            finish_chunk(that);
            unified = 0;
            if (*buffer == '@') {
-               int old_base, new_base, old_size, new_size;
+               int old_base, new_base;
+               int old_size = 0;
+               int new_size = 0;
                char *sp;
 
                old_unify = new_unify = 0;
@@ -1768,7 +1775,7 @@
                    && (sp = decode_range(sp, &old_base, &old_size)) != NULL
                    && (sp = match(sp, " +")) != NULL
                    && (sp = decode_range(sp, &new_base, &new_size)) != NULL
-                   && (sp = match(sp, " @")) != NULL) {
+                   && match(sp, " @") != NULL) {
                    old_unify = old_size;
                    new_unify = new_size;
                    unified = -1;
@@ -1871,11 +1878,51 @@
            (void) memcpy(buffer, "***", (size_t) 3);
        }
 
+       first_ch = *buffer;
+
+       /*
+        * GIT binary diffs can contain blocks of data that might be confused
+        * with the ordinary line-oriented sections in diff output.  Skip the
+        * case statement if we are processing a GIT binary diff.
+        */
+       switch (git_diff) {
+       default:
+           break;
+       case 1:
+           /* expect "index" */
+           if (match(buffer, "index") != 0) {
+               git_diff = 2;
+               continue;
+           } else {
+               git_diff = 0;
+           }
+           break;
+       case 2:
+           /* perhaps "GIT binary patch" */
+           if (match(buffer, "GIT binary patch") != 0) {
+               git_diff = 3;
+               that->cmt = Binary;
+               continue;
+           } else if (match(buffer, "Binary files ") != 0) {
+               git_diff = 0;
+               that->cmt = Binary;
+               continue;
+           } else {
+               git_diff = 0;
+           }
+           break;
+       case 3:
+           /* had "GIT binary patch", wait for next "diff" line */
+           if (first_ch != 'd')
+               continue;
+           break;
+       }
+
        /*
         * Use the first character of the input line to determine its
         * type:
         */
-       switch (*buffer) {
+       switch (first_ch) {
        case 'O':               /* Only */
            CASE_TRACE();
            if (match(buffer, "Only in ")) {
@@ -1934,6 +1981,11 @@
                s = do_merging(that, s, &freed);
                that = find_data(s);
                ok = begin_data(that);
+               if (match(buffer, "diff --git ") != 0) {
+                   git_diff = 1;
+               } else {
+                   git_diff = 0;
+               }
            }
            break;
 
@@ -1972,7 +2024,7 @@
                        && (sp = match(sp, "\t")) != NULL
                        && (sp = need_parens(sp)) != NULL
                        && (sp = match(sp, "\t")) != NULL
-                       && (sp = need_parens(sp)) != NULL
+                       && need_parens(sp) != NULL
                        && !version_num(b_fname))
                    || ((sp = copy_notabs(b_fname, stars, length)) != NULL
                        && (sp = match(sp, "\t")) != NULL
@@ -2026,11 +2078,11 @@
                    && (bars = match(bars, "#")) != NULL
                    && (bars = copy_integer(&rev, bars)) != NULL
                    && (((sp = match(bars, " - ")) != NULL
-                        && (sp = need_graphs(sp)) != NULL)
+                        && need_graphs(sp) != NULL)
                        || (((sp = match(bars, " ")) != NULL
                             && (sp = need_parens(sp)) != NULL
                             && (sp = match(sp, " - ")) != NULL
-                            && (sp = need_graphs(sp)) != NULL)))
+                            && need_graphs(sp) != NULL)))
                    && !version_num(b_fname)
                    && !contain_any(b_fname, "*")
                    && !edit_range(b_fname)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/package/debian/changelog 
new/diffstat-1.64/package/debian/changelog
--- old/diffstat-1.63/package/debian/changelog  2019-11-24 19:02:47.000000000 
+0100
+++ new/diffstat-1.64/package/debian/changelog  2021-01-11 10:10:59.000000000 
+0100
@@ -1,3 +1,9 @@
+diffstat (1.64) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey <dic...@invisible-island.net>  Mon, 11 Jan 2021 04:10:59 
-0500
+
 diffstat (1.63) unstable; urgency=low
 
   * maintenance updates
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/package/debian/compat new/diffstat-1.64/package/debian/compat
--- old/diffstat-1.63/package/debian/compat     2019-11-29 21:08:39.000000000 
+0100
+++ new/diffstat-1.64/package/debian/compat     2021-01-13 00:56:07.000000000 
+0100
@@ -1 +1 @@
-9
+11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/package/debian/copyright 
new/diffstat-1.64/package/debian/copyright
--- old/diffstat-1.63/package/debian/copyright  2019-11-25 01:13:42.000000000 
+0100
+++ new/diffstat-1.64/package/debian/copyright  2021-01-11 10:14:42.000000000 
+0100
@@ -1,7 +1,7 @@
 Upstream source http://invisible-island.net/diffstat/diffstat.html
 
 /******************************************************************************
- * Copyright 1994-2018,2019 by Thomas E. Dickey                               *
+ * Copyright 1994-2019,2021 by Thomas E. Dickey                               *
  * All Rights Reserved.                                                       *
  *                                                                            *
  * Permission to use, copy, modify, and distribute this software and its      *
@@ -25,7 +25,7 @@
 
 Files: aclocal.m4
 Licence: other-BSD
-Copyright:  2003-2018,2019 by Thomas E. Dickey
+Copyright:  2003-2019,2021 by Thomas E. Dickey
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
     "Software"), to deal in the Software without restriction, including
@@ -86,7 +86,7 @@
     shared with many OS's install programs.
 
 Files: debian/*
-Copyright:  2010-2018,2019 Thomas E. Dickey
+Copyright:  2010-2019,2021 Thomas E. Dickey
 Licence: other-BSD
     Permission to use, copy, modify, and distribute this software and its
     documentation for any purpose and without fee is hereby granted,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/package/debian/rules new/diffstat-1.64/package/debian/rules
--- old/diffstat-1.63/package/debian/rules      2018-08-15 01:04:47.000000000 
+0200
+++ new/diffstat-1.64/package/debian/rules      2021-01-13 00:55:45.000000000 
+0100
@@ -66,7 +66,7 @@
 install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/diffstat
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/package/diffstat.spec new/diffstat-1.64/package/diffstat.spec
--- old/diffstat-1.63/package/diffstat.spec     2019-11-24 19:02:47.000000000 
+0100
+++ new/diffstat-1.64/package/diffstat.spec     2021-01-11 10:10:59.000000000 
+0100
@@ -1,7 +1,7 @@
 Summary:  diffstat - make histogram from diff-output
 %define AppProgram diffstat
-%define AppVersion 1.63
-# $XTermId: diffstat.spec,v 1.14 2019/11/24 18:02:47 tom Exp $
+%define AppVersion 1.64
+# $XTermId: diffstat.spec,v 1.15 2021/01/11 09:10:59 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
 Release: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case32.pat new/diffstat-1.64/testing/case32.pat
--- old/diffstat-1.63/testing/case32.pat        2009-08-31 11:24:46.000000000 
+0200
+++ new/diffstat-1.64/testing/case32.pat        2009-08-31 11:24:46.000000000 
+0200
@@ -1,7 +1,7 @@
 --- README     2001-10-10 20:23:46.000000000 -0400
 +++ README.new 2009-08-31 05:24:30.000000000 -0400
 @@ -1,7 +1,7 @@
- $Id: case32.pat,v 1.1 2009/08/31 09:24:46 tom Exp $
+ $Id: README,v 1.5 2001/10/11 00:23:46 tom Exp $
  
 -Readme file for DiffStat.
 +Readme file for dIFFsTAT.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case33.pat new/diffstat-1.64/testing/case33.pat
--- old/diffstat-1.63/testing/case33.pat        2009-08-31 11:24:52.000000000 
+0200
+++ new/diffstat-1.64/testing/case33.pat        2009-08-31 11:24:52.000000000 
+0200
@@ -1,7 +1,7 @@
 --- README.new 2009-08-31 05:24:30.000000000 -0400
 +++ README     2001-10-10 20:23:46.000000000 -0400
 @@ -1,7 +1,7 @@
- $Id: case33.pat,v 1.1 2009/08/31 09:24:52 tom Exp $
+ $Id: README,v 1.5 2001/10/11 00:23:46 tom Exp $
  
 -Readme file for dIFFsTAT.
 +Readme file for DiffStat.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39.pat new/diffstat-1.64/testing/case39.pat
--- old/diffstat-1.63/testing/case39.pat        1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39.pat        2021-01-12 10:08:32.000000000 
+0100
@@ -0,0 +1,19 @@
+diff --git a/diffstat b/diffstat
+index 70d0e90..9d24fbd 100755
+Binary files a/diffstat and b/diffstat differ
+diff --git a/diffstat.c b/diffstat.c
+index b9cbe0a..26ce142 100644
+--- a/diffstat.c
++++ b/diffstat.c
+@@ -20,7 +20,7 @@
+  
******************************************************************************/
+ 
+ #ifndef       NO_IDENT
+-static const char *Id = "$Id: diffstat.c,v 1.63 2019/11/29 20:39:01 tom Exp 
$";
++static const char *Id = "$Id: diffstat.c,v 1.64 2019/11/29 20:39:01 tom Exp 
$";
+ #endif
+ 
+ /*
+diff --git a/diffstat.o b/diffstat.o
+index c98d6ff..4368a92 100644
+Binary files a/diffstat.o and b/diffstat.o differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39.ref new/diffstat-1.64/testing/case39.ref
--- old/diffstat-1.63/testing/case39.ref        1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39.ref        2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39R.ref new/diffstat-1.64/testing/case39R.ref
--- old/diffstat-1.63/testing/case39R.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39R.ref       2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39Rp0.ref new/diffstat-1.64/testing/case39Rp0.ref
--- old/diffstat-1.63/testing/case39Rp0.ref     1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39Rp0.ref     2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ a/diffstat   |binary
+ a/diffstat.c |    2 +-
+ a/diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39b.ref new/diffstat-1.64/testing/case39b.ref
--- old/diffstat-1.63/testing/case39b.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39b.ref       2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,2 @@
+ diffstat.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39f0.ref new/diffstat-1.64/testing/case39f0.ref
--- old/diffstat-1.63/testing/case39f0.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39f0.ref      2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2     1 +     1 -     0 !
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39k.ref new/diffstat-1.64/testing/case39k.ref
--- old/diffstat-1.63/testing/case39k.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39k.ref       2021-01-13 00:52:54.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39p1.ref new/diffstat-1.64/testing/case39p1.ref
--- old/diffstat-1.63/testing/case39p1.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39p1.ref      2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39p9.ref new/diffstat-1.64/testing/case39p9.ref
--- old/diffstat-1.63/testing/case39p9.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39p9.ref      2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39r1.ref new/diffstat-1.64/testing/case39r1.ref
--- old/diffstat-1.63/testing/case39r1.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39r1.ref      2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39r2.ref new/diffstat-1.64/testing/case39r2.ref
--- old/diffstat-1.63/testing/case39r2.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39r2.ref      2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case39u.ref new/diffstat-1.64/testing/case39u.ref
--- old/diffstat-1.63/testing/case39u.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case39u.ref       2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40.pat new/diffstat-1.64/testing/case40.pat
--- old/diffstat-1.63/testing/case40.pat        1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40.pat        2021-01-12 10:08:44.000000000 
+0100
@@ -0,0 +1,33 @@
+diff --git a/diffstat b/diffstat
+index 
70d0e907ea8b868938d35671d4a06bfa8fd2f766..9d24fbd5884652ae2ba2b0c6fa5fea9320d22390
 100755
+GIT binary patch
+delta 42
+zcmV+_0M-AXtOKB|1F+Nr6vwUx^<?p;g)End;HK$Zt;8VLEwktXosI!CvxbqHM9_^D
+Ac>n+a
+
+delta 42
+zcmV+_0M-AXtOKB|1F+Nr6jCdhHOT;q0Pkhm-7LEF*vB&P^t0#!osI!BvxbqHM6o0l
+A6#xJL
+
+diff --git a/diffstat.c b/diffstat.c
+index b9cbe0a..26ce142 100644
+--- a/diffstat.c
++++ b/diffstat.c
+@@ -20,7 +20,7 @@
+  
******************************************************************************/
+ 
+ #ifndef       NO_IDENT
+-static const char *Id = "$Id: diffstat.c,v 1.63 2019/11/29 20:39:01 tom Exp 
$";
++static const char *Id = "$Id: diffstat.c,v 1.64 2019/11/29 20:39:01 tom Exp 
$";
+ #endif
+ 
+ /*
+diff --git a/diffstat.o b/diffstat.o
+index 
c98d6ff866bb903861512512556145acd1604197..4368a92ee91c71f0f3cee94582b478b27543d849
 100644
+GIT binary patch
+delta 16
+WcmdmRf@K2`#fCGQY>o@RbOr!G1P7P^
+
+delta 16
+WcmdmRf@K2`#fCE)Z;lJUbOr!F{s)%;
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40.ref new/diffstat-1.64/testing/case40.ref
--- old/diffstat-1.63/testing/case40.ref        1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40.ref        2021-01-12 22:33:11.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40R.ref new/diffstat-1.64/testing/case40R.ref
--- old/diffstat-1.63/testing/case40R.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40R.ref       2021-01-12 22:33:13.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40Rp0.ref new/diffstat-1.64/testing/case40Rp0.ref
--- old/diffstat-1.63/testing/case40Rp0.ref     1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40Rp0.ref     2021-01-12 22:33:15.000000000 
+0100
@@ -0,0 +1,4 @@
+ a/diffstat   |binary
+ a/diffstat.c |    2 +-
+ a/diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40b.ref new/diffstat-1.64/testing/case40b.ref
--- old/diffstat-1.63/testing/case40b.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40b.ref       2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,2 @@
+ diffstat.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40f0.ref new/diffstat-1.64/testing/case40f0.ref
--- old/diffstat-1.63/testing/case40f0.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40f0.ref      2021-01-12 22:33:16.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2     1 +     1 -     0 !
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40k.ref new/diffstat-1.64/testing/case40k.ref
--- old/diffstat-1.63/testing/case40k.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40k.ref       2021-01-13 00:48:21.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40p1.ref new/diffstat-1.64/testing/case40p1.ref
--- old/diffstat-1.63/testing/case40p1.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40p1.ref      2021-01-12 22:33:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40p9.ref new/diffstat-1.64/testing/case40p9.ref
--- old/diffstat-1.63/testing/case40p9.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40p9.ref      2021-01-12 22:33:18.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40r1.ref new/diffstat-1.64/testing/case40r1.ref
--- old/diffstat-1.63/testing/case40r1.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40r1.ref      2021-01-12 22:33:19.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40r2.ref new/diffstat-1.64/testing/case40r2.ref
--- old/diffstat-1.63/testing/case40r2.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40r2.ref      2021-01-12 22:33:19.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case40u.ref new/diffstat-1.64/testing/case40u.ref
--- old/diffstat-1.63/testing/case40u.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case40u.ref       2021-01-12 22:33:20.000000000 
+0100
@@ -0,0 +1,4 @@
+ diffstat   |binary
+ diffstat.c |    2 +-
+ diffstat.o |binary
+ 3 files changed, 1 insertion(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41.pat new/diffstat-1.64/testing/case41.pat
--- old/diffstat-1.63/testing/case41.pat        1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41.pat        2021-01-12 10:21:17.000000000 
+0100
@@ -0,0 +1,114 @@
+commit 05ca23d0002c378ac5db76b17410183ef50297bc
+Author: Thomas E. Dickey <dic...@invisible-island.net>
+Date:   Tue Jan 12 04:19:41 2021 -0500
+
+    Hello world!
+
+diff --git a/hello.c b/hello.c
+index a9f911c..4a42a83 100644
+--- a/hello.c
++++ b/hello.c
+@@ -2,6 +2,6 @@
+ 
+ int main(void)
+ {
+-    printf("Hello!\n");
++    printf("Hello world!\n");
+     return 0;
+ }
+diff --git a/hello.o b/hello.o
+index 
9d2a05c4da9fcefaf858c82ec387095ba477da5a..718ae91813f694202302d3fe812c9ff340dd4743
 100644
+GIT binary patch
+delta 28
+kcmeyt^MhxCE4xB@eo;<};zpk{%#6Gf4+?MAVew%C0G)vez5oCK
+
+delta 28
+gcmeyt^MhxCE4v~C7;N-8!_3G&@u2W#9Tp!Z0Cac<Z~y=R
+
+
+commit 99719336611ba5bf241d046f028efe3be4a70ea1
+Author: Thomas E. Dickey <dic...@invisible-island.net>
+Date:   Tue Jan 12 04:19:08 2021 -0500
+
+    Hello!
+
+diff --git a/hello.c b/hello.c
+index 1e562d6..a9f911c 100644
+--- a/hello.c
++++ b/hello.c
+@@ -2,5 +2,6 @@
+ 
+ int main(void)
+ {
++    printf("Hello!\n");
+     return 0;
+ }
+diff --git a/hello.o b/hello.o
+index 
abce3cfeafc342a523b2930d499d2ce200f3ad5e..9d2a05c4da9fcefaf858c82ec387095ba477da5a
 100644
+GIT binary patch
+literal 1656
+zcmbVL&ubG=5T0$+uGofH1%)c4CoR}VQbCHMY@6oCVQEXPcw9E=YKqyUWVceiDAa=&
+z!9T~Npnr@9FWx)|b-wHy^L)F#bl|<2`R1GVW_IVjYx=Dj#~~4ip3u}2l<4=&)b=K(
+zM`fC)PBa*dmZq`J$xpZQ=`nyG*y>+9C*R#~)NV8$R_|^`-GgvgT~qf}ZRNpoW`IW5
+zCp(ezc9)#vinBO3>we}!fZx)w8_=8O%5K@!NM51#3-s$WA0a9gb_U#N&PXhAq)1A9
+zLy?r|ViC-z6xUm#%Q=3AoOS+ej$dYE!MJzwjTpPetCC|AEuVo?A3sv{NcoK##o@t_
+zg0{cCvF-=kt=7}#Ua+^m;Wq<1JW3NjLn^_SL(P9qGnr!>f)3_+30`Fz0{*3mr8kwl
+ziPNx4DoMwg?u(U1$0@1(Fbzp{lZ4cG1P9Ezs<RsnLIn~d;W#}yB-I<maWv$t;V6w%
+zd+XT>hkCCxH|hs3#$g<p_n*^V<UGvUf4#8p@hTE<O<7_Gm_1>hNiu9Z{|?76Rp-sW
+z$GJFjm6s`=cI5v`OzsyA9&Ee+9i1R^sNLKwKH>mo#1n$nYZwrgTBhg<YrHCXK{qwN
+z#TxeuPs8+58@C0}TIv@4oN=*D>Ic&?Y@0jK`MTVH%#Yf#>yr9~h&qe<@9P7lPxO!X
+zCHaD*9{X;F=nFQM9bGWqBhIk%ai%>x43Vo3Rd5Wk`@hPuqWt$d|Fw||)6V}3ek*9U
+
+delta 329
+zcmeytGl6S@hLivk0~|PjSq=<54BQNc2PUS;P3%x%WS-2(tUU2T9U~i%Av$>tqsSy6
+z(~nVT@&rZ}Lm>thxOQe3D<d^0Ctoj_AvZBI4=APp6$jbGI=Pg|V)8+z@=1&=lP#D}
+zOm<+F09p~rA}?tLlx75C1E_Ks<vjT!i#n?_NOs~!Va9~Xfz0ZX5g;xQBe@=|9w^JI
+zt{V(wgWTl+7DEsdKw5x60zxrx0%`WiOIfuACqP9$KxwYY3t7b{|6rBiY=G+Fn|M%o
+SvJRUH=L)Dm5=bD2nFj#lz%LpA
+
+
+commit 13e725c303e02fa9a57f1b6e189a904dd8cf7c1a
+Author: Thomas E. Dickey <dic...@invisible-island.net>
+Date:   Tue Jan 12 04:18:36 2021 -0500
+
+    fix permissions
+
+diff --git a/hello.c b/hello.c
+old mode 100755
+new mode 100644
+
+commit 304b535d7ca93538ca800e6a3a5d7f0b75b3fd00
+Author: Thomas E. Dickey <dic...@invisible-island.net>
+Date:   Tue Jan 12 04:18:09 2021 -0500
+
+    just return
+
+diff --git a/hello.c b/hello.c
+new file mode 100755
+index 0000000..1e562d6
+--- /dev/null
++++ b/hello.c
+@@ -0,0 +1,6 @@
++#include <stdio.h>
++
++int main(void)
++{
++    return 0;
++}
+diff --git a/hello.o b/hello.o
+new file mode 100644
+index 
0000000000000000000000000000000000000000..abce3cfeafc342a523b2930d499d2ce200f3ad5e
+GIT binary patch
+literal 1296
+zcmbtT!AiqG5S=t?s}`x^L8wAKsbH6iAku>bs`ert6v3O_)Rh*Sv?LL#7yX2OhMyt$
+zL;3|eV|LSZ-Fnc0WM<yHH#2NDk4GoRImZEI4jjNZQz$?wH;%op(1Rk(!_LbqG#ib2
+zW%E$@T^?5U*)FS9_qNgimZi*jI0I)`a>~VgVT1z+UzIgi`rjPwGzIS;HjZoE7{CQ>
+zX-(*2#bz!}u$c=pHW<6)C*adR@L5EbwEo!!9ntIcSsMc04UtokO4|He7Z%?K3HO1;
+zNtF7IiV`tQfL-&11M}k;7y-!RQF1o`*6s&^2$2!?6TzCN7ga2^Z-GUk$C>C{-9$VP
+za_)a!85_{IGEdB#(3rTotz$x1c0RJ`NpCt+zk!4TK7ZA3qn3J3+TZM3LauIgOh{kT
+zL5v$RUo&vEzw*RWu}*F2i58pOORN!Q-u#x-n0wJ#>2{6@{RN&5Vod)m*-Gkw?lawf
+wrB}FZHc3YGLVHUc%%P_qrk*hKj7jn&=PyvAnS?WB5hI)aSrYw>nFgl*6QE~3d;kCd
+
+literal 0
+HcmV?d00001
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41.ref new/diffstat-1.64/testing/case41.ref
--- old/diffstat-1.63/testing/case41.ref        1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41.ref        2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,4 @@
+ b/hello.c |    8 +++++++-
+ b/hello.o |binary
+ hello.c   |    1 +
+ 3 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41R.ref new/diffstat-1.64/testing/case41R.ref
--- old/diffstat-1.63/testing/case41R.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41R.ref       2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,5 @@
+ /dev/null |    6 ------
+ a/hello.c |    2 +-
+ a/hello.o |binary
+ b/hello.c |    1 -
+ 4 files changed, 1 insertion(+), 8 deletions(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41Rp0.ref new/diffstat-1.64/testing/case41Rp0.ref
--- old/diffstat-1.63/testing/case41Rp0.ref     1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41Rp0.ref     2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,5 @@
+ /dev/null |    6 ------
+ a/hello.c |    2 +-
+ a/hello.o |binary
+ b/hello.c |    1 -
+ 4 files changed, 1 insertion(+), 8 deletions(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41b.ref new/diffstat-1.64/testing/case41b.ref
--- old/diffstat-1.63/testing/case41b.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41b.ref       2021-01-12 21:57:18.000000000 
+0100
@@ -0,0 +1,3 @@
+ b/hello.c |    8 +++++++-
+ hello.c   |    1 +
+ 2 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41f0.ref new/diffstat-1.64/testing/case41f0.ref
--- old/diffstat-1.63/testing/case41f0.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41f0.ref      2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,4 @@
+ b/hello.c |    8      7 +     1 -     0 !
+ b/hello.o |binary
+ hello.c   |    1      1 +     0 -     0 !
+ 3 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41k.ref new/diffstat-1.64/testing/case41k.ref
--- old/diffstat-1.63/testing/case41k.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41k.ref       2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,8 @@
+ hello.c |    2 +-
+ hello.c |    1 +
+ hello.c |    0 
+ hello.c |    6 ++++++
+ hello.o |binary
+ hello.o |binary
+ hello.o |    0 
+ 7 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41p1.ref new/diffstat-1.64/testing/case41p1.ref
--- old/diffstat-1.63/testing/case41p1.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41p1.ref      2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,3 @@
+ hello.c |    9 ++++++++-
+ hello.o |binary
+ 2 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41p9.ref new/diffstat-1.64/testing/case41p9.ref
--- old/diffstat-1.63/testing/case41p9.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41p9.ref      2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,3 @@
+ hello.c |    9 ++++++++-
+ hello.o |binary
+ 2 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41r1.ref new/diffstat-1.64/testing/case41r1.ref
--- old/diffstat-1.63/testing/case41r1.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41r1.ref      2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,4 @@
+ b/hello.c |    8 +++++++-
+ b/hello.o |binary
+ hello.c   |    1 +
+ 3 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41r2.ref new/diffstat-1.64/testing/case41r2.ref
--- old/diffstat-1.63/testing/case41r2.ref      1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41r2.ref      2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,4 @@
+ b/hello.c |    8 +++++++-
+ b/hello.o |binary
+ hello.c   |    1 +
+ 3 files changed, 8 insertions(+), 1 deletion(-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/diffstat-1.63/testing/case41u.ref new/diffstat-1.64/testing/case41u.ref
--- old/diffstat-1.63/testing/case41u.ref       1970-01-01 01:00:00.000000000 
+0100
+++ new/diffstat-1.64/testing/case41u.ref       2021-01-12 23:30:55.000000000 
+0100
@@ -0,0 +1,4 @@
+ b/hello.c |    8 +++++++-
+ b/hello.o |binary
+ hello.c   |    1 +
+ 3 files changed, 8 insertions(+), 1 deletion(-)

Reply via email to