[ack] branch master updated (b2bfbed -> c3aa465)
Axel Beckert
abe at deuxchevaux.org
Sat Mar 25 12:08:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
abe pushed a change to branch master
in repository ack.
from b2bfbed Upload to experimental as 2.16-1
adds 6a62bb5 Added 2.16 to the garage
adds 508316c Adding many new links: CPAN testers, ack-announcements
adds 550b43e Remove the .0
adds 3b91bbd Start on 2.17_01
adds 377b96a Remove editor links
adds 89cadda Bump up requirement on File::Next to 1.16
adds f9487a8 Adding loader tests for --context
adds 64505b2 Changes to context argument passing
adds 77597b0 Fix #485: reliance on system error message
adds 88f0e70 Merge pull request #515 from dolmen/fix/485-english-locale-dependency
adds 5b963ab Thanks, Olivier Mengué
adds 6110a41 Added prereq for Errno. Removed hi-bit char in ack.
adds c58134f Change all the beyondgrep.com URLs to https
adds 08af734 Talk about community
adds 490e914 Quit passing around $opt that does not get used.
adds 9a69e4b Add missing return statements
adds 7baceb4 Update description of how ack works without a file
adds ac2fea1 Added more explanation to the -a error message
adds eed2c4f Update --html and --xml Added .xhtml to the --html filetype. Added .wsdl to the --xml filetype. Thanks, H.Merijn Brand. (GH #456)
adds 57fc8dd Update test for checking -a
adds 5492ed9 Releasing 2.17_01
adds 2fa342a Starting the NEXT for 2.17_02
adds bf74dcc Clarify how -g works
adds cdaaf97 Remove dependency on File::Glob
adds 71c6745 Functions go at the bottom
adds 1c7f922 Merge branch 'dev' of github.com:petdance/ack2 into dev
adds d1b5496 Adding more modules to dump diagnostics on
adds 66d2232 Add explicit include of a module.
adds e7a5920 Remove some cut & paste in tests. Mix up the --lines test a bit.
adds 56ed060 Removed unused File::Next
adds 57b1b04 Reformat hash setup
adds 4325aca Clean up filename building
adds 24b3212 Removed unused File::Next
adds 2f21ab3 Stylistic fixes. Remove cut & paste. Fix comment English.
adds 4847f2b Removed unused File::Temp
adds 0488a4d Merge branch 'dev' of github.com:petdance/ack2 into dev
adds c765336 Update comments to be setnences. Localize $_ to smaller blocks. Explicitly return 0 in a boolean func.
adds 296d8a5 ack no longer throws an undefined variable warning if it's called from a directory that doesn't exist. (GH #634)
adds 23aa9fa Explain that filetypes must be two characters or longer.
adds 67ab8c5 Readying release for 2.17_02
adds 66a8f27 Adding docs
adds fe617ea Removed App::Ack::Debug module
adds 8ad9f48 Add documentation to the modules themselves, not just DEVELOPERS.md
adds fbd591c Removed the abstraction of App::Ack::Resource
adds 2431e0d HTTPS-ify some URLs
adds d77ee1c Fixed underscoring on functions that should not be underscored.
adds 39645a8 Minor code optimizations. Update comments now that we have removed the Resource abstraction.
adds b52cae4 Releasing 2.18
adds 5b2ae9a New upstream version 2.18
new c91f010 Merge tag 'upstream/2.18'
new 55a057c Update debian/changelog for 2.18 upstream release
new c3aa465 Refresh sole patch for 2.18 release
The 3 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 | 28 +--
Basic.pm | 200 -----------------
CONTRIBUTING.md | 2 +-
Changes | 55 ++++-
Collection.pm | 15 ++
ConfigDefault.pm | 14 +-
ConfigFinder.pm | 13 +-
ConfigLoader.pm | 43 +++-
Default.pm | 11 +
Extension.pm | 10 +
ExtensionGroup.pm | 11 +
Filter.pm | 10 +
FirstLineMatch.pm | 11 +
Inverse.pm | 11 +
Is.pm | 10 +
IsGroup.pm | 25 +++
IsPath.pm | 10 +
IsPathGroup.pm | 13 ++
MANIFEST | 3 -
META.json | 16 +-
META.yml | 16 +-
Makefile.PL | 13 +-
Match.pm | 10 +
MatchGroup.pm | 15 ++
README.md | 7 +-
Resource.pm | 161 ++++++++++---
Resources.pm | 25 ++-
ack | 250 +++++++++++----------
debian/changelog | 9 +
.../no-standalone-test-but-autopkgtests.patch | 6 +-
t/00-load.t | 13 +-
t/FilterTest.pm | 4 +-
t/ack-color.t | 4 +-
t/ack-dump.t | 4 +-
t/ack-group.t | 29 +--
t/ack-help-types.t | 5 +-
t/ack-line.t | 19 +-
t/ack-o.t | 12 +-
t/ack-output.t | 1 -
t/ack-passthru.t | 1 -
t/ack-removed-options.t | 5 +-
t/ack-type.t | 1 -
t/ack-v.t | 1 -
t/command-line-files.t | 9 +-
t/config-loader.t | 119 ++++++++--
t/context.t | 38 +++-
t/filetypes.t | 80 +++----
t/lib/00-coverage.t | 4 +-
t/lib/Basic.t | 12 -
49 files changed, 827 insertions(+), 557 deletions(-)
delete mode 100644 Basic.pm
delete mode 100644 t/lib/Basic.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ack.git
More information about the Pkg-perl-cvs-commits
mailing list