[ack-grep] branch master updated (fa60640 -> b6b5bcd)

Axel Beckert abe at deuxchevaux.org
Wed Sep 25 22:13:07 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  fa60640   Change homepage header again, this time to http://beyondgrep.com/
      adds  0b449ad   Imported Upstream version 2.10
       new  b6b5bcd   Merge tag 'upstream/2.10'

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                      |    6 +-
 Changes                     |   25 +++++++++
 Collection.pm               |   74 +++++++++++++++++++++++++
 ConfigDefault.pm            |    6 ++
 ConfigFinder.pm             |   17 ++----
 ConfigLoader.pm             |   19 ++++---
 Extension.pm                |    7 +++
 ExtensionGroup.pm           |   52 ++++++++++++++++++
 Is.pm                       |    8 +++
 IsGroup.pm                  |   44 +++++++++++++++
 MANIFEST                    |    6 +-
 META.json                   |   67 ++++++++++++++++++++++
 META.yml                    |   74 ++++++++++++-------------
 Makefile.PL                 |   35 ++++++------
 README.md                   |   10 +---
 ack                         |   88 ++++++++++++++---------------
 squash                      |    7 ++-
 t/FilterTest.pm             |   12 ++--
 t/Util.pm                   |  128 ++++++++++++++++++++++++++-----------------
 t/ack-c.t                   |    2 +-
 t/ack-dump.t                |    4 +-
 t/ack-f.t                   |    8 +--
 t/ack-files-from.t          |    2 +-
 t/ack-filetypes.t           |    6 +-
 t/ack-g.t                   |    4 +-
 t/ack-help-types.t          |   10 ++--
 t/ack-help.t                |    8 ++-
 t/ack-i.t                   |    4 +-
 t/ack-interactive.t         |    2 +-
 t/ack-invalid-ackrc.t       |    4 +-
 t/ack-k.t                   |    4 +-
 t/ack-known-types.t         |   14 ++---
 t/ack-line.t                |    6 +-
 t/ack-m.t                   |    2 +-
 t/ack-match.t               |   29 +++++-----
 t/ack-n.t                   |    8 ++-
 t/ack-o.t                   |    2 +-
 t/ack-pager.t               |   20 ++++---
 t/ack-passthru.t            |    4 +-
 t/ack-removed-options.t     |   14 +++--
 t/ack-s.t                   |    7 +--
 t/ack-show-types.t          |   15 ++---
 t/ack-type-del.t            |   30 +++++-----
 t/ack-type.t                |   12 ++--
 t/ack-v.t                   |    2 +-
 t/ack-x.t                   |   12 ++--
 t/anchored.t                |    4 +-
 t/asp-net-ext.t             |    2 +-
 t/bad-ackrc-opt.t           |    2 +-
 t/command-line-files.t      |    4 +-
 t/config-backwards-compat.t |    5 +-
 t/config-finder.t           |    5 +-
 t/context.t                 |    4 +-
 t/exit-code.t               |    2 +
 t/file-permission.t         |   34 +++++++-----
 t/illegal-regex.t           |   17 +++---
 t/inverted-file-filter.t    |    2 +-
 t/is-filter.t               |    6 +-
 t/mutex-options.t           |   72 ++++++++++++------------
 t/noackrc.t                 |    4 +-
 t/noenv.t                   |    9 +--
 t/process-substitution.t    |    8 +--
 t/r-lang-ext.t              |    2 +-
 t/resource-iterator.t       |    6 +-
 t/zero.t                    |    7 +--
 xt/man.t                    |    8 ++-
 66 files changed, 724 insertions(+), 399 deletions(-)
 create mode 100644 Collection.pm
 create mode 100644 ExtensionGroup.pm
 create mode 100644 IsGroup.pm
 create mode 100644 META.json

-- 
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