[ack-grep] branch master updated (c95fc13 -> 318dc63)

Axel Beckert abe at deuxchevaux.org
Tue Dec 10 12:07:13 UTC 2013


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

abe pushed a change to branch master
in repository ack-grep.

      from  c95fc13   Bump Standards-Version to 3.9.5 (no changes)
      adds  0560b7a   Imported Upstream version 2.12
       new  318dc63   Merge tag 'upstream/2.12'

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:
 Ack.pm                                       |  10 +--
 Changes                                      |  35 ++++++++-
 ConfigDefault.pm                             |   3 +
 ConfigFinder.pm                              |  17 +++--
 ConfigLoader.pm                              | 105 ++++++++++++++++++---------
 MANIFEST                                     |   7 +-
 META.json                                    |   8 +-
 META.yml                                     |   6 +-
 Makefile.PL                                  |   9 +--
 ack                                          |  37 +++++++---
 t/Util.pm                                    |  66 ++++++++++++++++-
 t/ack-dump.t                                 |   2 +-
 t/ack-files-from.t                           |   2 +-
 t/ack-filetypes.t                            |   2 +-
 t/ack-g.t                                    |  51 ++++++++++++-
 t/ack-line.t                                 |   2 +-
 t/ack-match.t                                |  60 ++++++++++++++-
 t/ack-o.t                                    |  57 ++++++++++++++-
 t/ack-pager.t                                |  58 ++++++++++++++-
 t/ack-print0.t                               |  16 ++--
 t/ack-removed-options.t                      |   4 +-
 t/ack-s.t                                    |   4 +-
 t/ack-type-del.t                             |   8 +-
 t/ack-type.t                                 |  14 ++--
 t/ack-x.t                                    |   2 +-
 t/bad-ackrc-opt.t                            |   2 +-
 t/config-backwards-compat.t                  |   2 +-
 t/config-finder.t                            |  54 +++++++-------
 t/config-loader.t                            | 104 ++++++++++++++------------
 t/context.t                                  |  51 ++++++++++++-
 t/file-permission.t                          |  74 +++++++++++--------
 t/filetypes.t                                |   3 +-
 t/highlighting.t                             |  71 ++++++++++++++++++
 t/lib/00-coverage.t                          |  26 +++++++
 t/lib/Collection.t                           |  12 +++
 t/lib/{FirstLineMatch.t => ExtensionGroup.t} |   4 +-
 t/lib/{Default.t => IsGroup.t}               |   4 +-
 t/mutex-options.t                            |  10 ++-
 t/noenv.t                                    |  40 +++++-----
 xt/man.t                                     |   3 +-
 40 files changed, 797 insertions(+), 248 deletions(-)
 create mode 100644 t/highlighting.t
 create mode 100644 t/lib/00-coverage.t
 create mode 100644 t/lib/Collection.t
 copy t/lib/{FirstLineMatch.t => ExtensionGroup.t} (50%)
 copy t/lib/{Default.t => IsGroup.t} (50%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ack-grep.git



More information about the Pkg-perl-cvs-commits mailing list