Next | Query returned 34 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-04-09 03:30:38 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update to 1.313
---------------
1.313 Sat Mar 21 2015
    [DOCUMENTATION]
    - add a section about Git::Raw in the SEE ALSO (written by its author)
    - document the availability of Git.pm on CPAN
    - added the list of contributors to the META file
   2015-02-01 13:34:55 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 1.306 to 1.312
---------------------
1.312 Sun Aug 3 2014
    [ENHANCEMENTS] - test_repository() uses `git init-db` for init under older git
      versions (although the test suite hasn't yet been adapted to
      support really old versions of git)
    - fixed a typo in the error message for test_repository()
    [TESTS]
    - made some tests for failure a little more lax when looking for
      the "fatal:" string in the errput (i.e. look for it at the beginning
      of any line, not just the firts)
    [DOCUMENTATION]
    - various minor documentation improvements
    - the "OTHER GIT WRAPPERS" is really a "SEE ALSO" section

1.311 Sun Mar 9 2014
    [ENHANCEMENTS]
    - avoid warnings from _is_git() when we get nothing out of "git"
    [DOCUMENTATION]
    - pod syntax fix
    - fix typo in Todd Rinaldo's name
    - acknowledge Nathan Nutter's help in designing the clone option
      to test_repository()

1.310 Fri Jan 17 2014
    [ENHANCEMENTS]
    - add support for a 'clone' option in test_repository()
    [DOCUMENTATION]
    - better document the test_repository() options
    - better document the options hash
    - make method names easier to link to throughout the documentation
    [TESTS]
    - tested against 350 versions of git (including all RC),
      from 1.5.0.rc0 to 1.8.5.3

1.309 Sat Nov 2 2013
    [TESTS]
    - replace use_ok by simply running perl -M$module -e1
    [DOCUMENTATION]
    - some guidelines for naming attributes in plugins
    [PACKAGING]
    - split Git::Repository::Plugin::Log and its supporting modules
      (Git::Repository::Log and Git::Repository::Log::Iterator) out
      in their own distribution (Git-Repository-Plugin-Log) as of
      version 1.309 of both distributions

1.308 Thu Aug 8 2013
    [ENHANCEMENTS]
    - require System-Command 1.103, since 1.102 was somewhat broken
    [DOCUMENTATION]
    - new tutorial item based on RT#87334

1.307 Fri Jul 26 2013
    [ENHANCEMENTS]
    - avoid creating zombie processes in _is_git
    - require the latest System-Command, as it properly works with
      FCGI, Plack et al.
    [DOCUMENTATION]
    - various minor documentation improvements
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2013-09-09 16:08:00 by Thomas Klausner | Files touched by this commit (41)
Log message:
Finish git rename from scmgit to git.
   2013-07-02 16:51:34 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.306

Upstream changes:
1.306 Tue Jul 2 2013
        [DOCUMENTATION]
        - document how to run git from cwd in Git::Repository::Tutorial
          (follow-up of RT #86154, thanks to Daniel B. Boorstein (DANBOO))
        - document how to avoid the translation of Git messages by using
          LC_ALL=C in Git::Repository::Tutorial
        [TESTS]
        - made tests more robust no matter which locale is defined
          (thanks to Lars Dieckow (DAXIM))

1.305 Sun Jun 16 2013
        [DOCUMENTATION]
        - list the 'fatal' option in the documentation for run()
        [TESTS]
        - various fixes for t/24-errors.t
          (mostly for Win32, thanks to Christian Walde (MITHALDU))

1.304 Sat May 25 2013
        [ENHANCEMENTS]
        - the new 'fatal' option makes it possible to define in detail
          which exit status codes will make run() die, in addition to
          the defaults 128 and 129 (many thanks to Grant McLean for
          a great discussion about this, which inspired the feature)
        [DOCUMENTATION]
        - add a section about 'fatal' in Git::Repository::Tutorial
        [TESTS]
        - let Dist::Zilla manage the author tests
        - fixed tests with older gits, and also moved requirements
          for some tests a little bit further in the past
        - tested against 326 versions of git (including all RC),
          from 1.5.0.rc0 to 1.8.3.rc3

1.303 Sun Apr 28 2013
        [ENHANCEMENTS]
        - now depends on System::Command 1.100 for proper Win32 support
        - thanks to a lot of testing help from Christian Walde (MITHALDU)
          the test suite passes on Win32 (by skipping tests of little
          importance)
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2013-03-04 14:00:27 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.302

Upstream changes:
1.302 Fri Mar 1 2013
        [ENHANCEMENTS]
        - Git::Repository::Plugin::Log is now able to parse commits
          with completely empty log messages
        - Git::Repository::Plugin::Log is now able to parse commits
          containing multiline headers (like gpgsig and mergetag)

1.301 Mon Jan 21 2013
        [DEPRECATION]
        - the following Git::Repository methods are obsolete,
          and will die when called: create, wc_path, repo_path
        - the following parameters to Git::Repository->new are obsolete,
          and will cause the constructor to die: repository, working_copy
        [PACKAGING]
        - switch to Dist::Zilla for maintaining the distribution

1.300 Mon Jan  7 2013
        [ENHANCEMENTS]
        - fixed support for overloaded objects (e.g. Path::Class objects)
          in Git::Repository::Command (RT #82373)
        - fixed Git::Repository::Log::Iterator to work with older gits
          when disabling colored output (thanks to Dominic Humphries)
        - fixed some cases where Git::Repository::Command and Git::Repository
          new() methods ignored some of their parameters. They now die when
          passed ambiguous or unexpected parameters.
          (follow-up of RT #82373, thanks to Michael G. Schwern)

1.29 Tue Dec 4 2012
        [ENHANCEMENTS]
        - added support for callbacks in run()
        [DOCUMENTATION]
        - minor documentation improvements

1.28 Sun Nov  4 2012
        [ENHANCEMENTS]
        - disabled colored output from logs in Git::Repository::Log::Iterator
        - wc_path() and repo_path() accessors are deprecated and now warn
        - improved the inter-documentation links by liberal use of L<>
        [TESTS]
        - ignore commit hooks that may be included with templates (RT #80593)
        - test for quiet won't fail if no identity is defined (RT #80321)
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-23 16:03:11 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.27

Upstream changes:
1.27 Thu Oct 11 2012
        [ENHANCEMENTS]
        - Git::Repository::Command skips non-executable files when searching
          for a git command in the PATH
        [TEST]
        - Fixed tests failing with a directory named git in the PATH (RT #80117)

Next | Query returned 34 messages, browsing 21 to 30 | Previous