[Reproducible-commits] [debbindiff] branch master updated (6cb8e36 -> e1d8b6a)

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Feb 15 11:31:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to branch master
in repository debbindiff.

  discards  6cb8e36   SVGZ files are gzip files.
      adds  6aaf84d   Fix copy/paste issue on output path
      adds  9e4df14   Improve text output a bit more
      adds  7c61133   Exit with 2 in case of errors
      adds  a14d859   Properly output diffs when one of the file is empty
      adds  0917298   Only skip the first two lines of diffs in text mode
      adds  8917caf   Add support for comparing directories
      adds  0ff3563   Update debian/copyright
      adds  d69cc67   Revert "Add dh-python to Build-Depends."
      adds  55ee0ad   Release version 9
       new  e1d8b6a   SVGZ files are gzip files.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6cb8e36)
            \
             N -- N -- N   refs/heads/master (e1d8b6a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debbindiff.py                       |  9 +++++--
 debbindiff/__init__.py              |  2 +-
 debbindiff/comparators/__init__.py  |  3 +++
 debbindiff/comparators/directory.py | 47 ++++++++++++++++++++++++++++++++++
 debbindiff/presenters/html.py       |  5 ++--
 debbindiff/presenters/text.py       | 51 ++++++++++++++++++++++++-------------
 debian/changelog                    | 16 ++++++++++++
 debian/control                      |  1 -
 debian/copyright                    |  7 ++++-
 debian/debbindiff.1.rst             |  5 ++++
 10 files changed, 121 insertions(+), 25 deletions(-)
 create mode 100644 debbindiff/comparators/directory.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list