[Pkg-mediawiki-commits] [wikidiff2] branch upstream updated (db730a0 -> ca427f7)

Jonathan Wiltshire jmw at moszumanska.debian.org
Sat Jun 21 22:29:52 UTC 2014


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

jmw pushed a change to branch upstream
in repository wikidiff2.

      from  db730a0   Imported Upstream version 0.0.1+svn109581
       new  ca427f7   Imported Upstream version 1.2

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:
 .gitignore                     |  25 +++++++
 .gitreview                     |   5 ++
 DiffEngine.h                   |  58 +++++++--------
 DiffTest/Api.php               |  13 ++++
 DiffTest/Change.php            |  43 +++++++++++
 DiffTest/Differ.php            |  34 +++++++++
 DiffTest/test.php              | 114 +++++++++++++++++++++++++++++
 InlineDiff.cpp                 |  91 +++++++++++++++++++++++
 InlineDiff.h                   |  18 +++++
 README                         |  14 +++-
 TableDiff.cpp                  | 123 +++++++++++++++++++++++++++++++
 TableDiff.h                    |  19 +++++
 wikidiff2.cpp => Wikidiff2.cpp | 161 ++++++-----------------------------------
 wikidiff2.h => Wikidiff2.h     |  31 ++++----
 Word.h                         |  12 +--
 config.cmake                   |   3 +
 config.m4                      |   2 +-
 debian/changelog               |  12 +++
 debian/conffiles               |   1 -
 debian/control                 |   2 +-
 debian/copyright               |  27 ++-----
 debian/rules                   |   6 +-
 ext_wikidiff2.php              |   6 ++
 hhvm_wikidiff2.cpp             |  76 +++++++++++++++++++
 php_wikidiff2.cpp              |  55 ++++++++++++--
 php_wikidiff2.h                |   1 +
 tests/001.phpt                 |   4 +-
 tests/003.phpt                 |   2 +-
 tests/004.phpt                 |  38 ++++++++++
 wikidiff2.ini                  |   2 +-
 30 files changed, 771 insertions(+), 227 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .gitreview
 create mode 100644 DiffTest/Api.php
 create mode 100644 DiffTest/Change.php
 create mode 100644 DiffTest/Differ.php
 create mode 100644 DiffTest/test.php
 create mode 100644 InlineDiff.cpp
 create mode 100644 InlineDiff.h
 create mode 100644 TableDiff.cpp
 create mode 100644 TableDiff.h
 rename wikidiff2.cpp => Wikidiff2.cpp (70%)
 rename wikidiff2.h => Wikidiff2.h (69%)
 create mode 100644 config.cmake
 delete mode 100644 debian/conffiles
 create mode 100644 ext_wikidiff2.php
 create mode 100644 hhvm_wikidiff2.cpp
 create mode 100644 tests/004.phpt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/wikidiff2.git



More information about the Pkg-mediawiki-commits mailing list