[libgit-wrapper-perl] annotated tag upstream/0.044 created (now d7204fe)

gregor herrmann gregoa at debian.org
Sat Jul 4 19:55:03 UTC 2015


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

gregoa pushed a change to annotated tag upstream/0.044
in repository libgit-wrapper-perl.

        at  d7204fe   (tag)
   tagging  7f1b4942cc5e5e557670c6c9f040db6c95050a12 (commit)
  replaces  upstream/0.038
 tagged by  gregor herrmann
        on  Sat Jul 4 21:47:34 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.044

Alexandr Ciornii (2):
      declare minimum Perl version required
      Add debugging mode

Aristotle Pagaltzis (2):
      do not rely on default value of log --pretty
      stop failing tests on git 1.7 or newer

B. Estrade (2):
      Issue-33: Updated POD with usage examples of Git::Wrapper::Exception.
      Using "--format" with  log() now throws exception. [#43]

Chris Prather (12):
      itym lt 1.6
      bump version number and update Changes
      merge in changes from ap
      recover missing 0.08 release changes
      prep for 0.009 release
      add auto_set_repository to Makefile
      update Changes for 0.010
      prepare for 0.011 release
      merge chorny's changes
      setup version for 0.012 release
      add dep on Test::Deep and bump/release 0.013
      merge genehack-master

Christian Walde (5):
      added documentation on how to get Git::Wrapper to install on Windows
      changed tests so Git::Wrapper can install successfully Win32
      normalized versions in preparation for next release
      use temp files for multi-line commits on win32
      cross-platform auto-commit in dist.ini

Christopher J. Madsen (1):
      Add test using Path::Class (currently fails)

David Steinbrunner (1):
      typo fix

Doug Bell (1):
      fix unescaped > and spelling error in pod

Eduardo Arino de la Rubia (1):
      Skips hash-object test on old versions that don't support 'no-filters'

Florian Ragwitz (2):
      Stop failing tests when help.autocorrect is set.
      Ignore vim swp files.

Gabrielle Roth (1):
      - added some info for those of us not "in the know" ;)

Graham Knop (4):
      add -STDIN option for passing content via STDIN
      make sure no line ending munging is done to get consistent hashing in test
      only load IPC::Cmd if needed
      fix Makefile.PL when no global .gitconfig exists

Hans Dieter Pearcey (17):
      first draft
      change and document interface
      prereq
      need git binary
      [bump] 0.001 -> 0.002
      spruce up docs, improve exceptions
      [bump] 0.002 -> 0.003
      ignore
      add "see also" to make nadim happy
      changes
      more changes
      inflate git-log
      changes
      s/body/message/g; documentation
      [bump] 0.003 -> 0.004
      fix fails with latest git
      fix tests more firmly

Jan Dubois (2):
      Don't check file permissions on Windows
      The --allow-empty-message option was added in git 1.7.0.5.

John SJ Anderson (177):
      whitespace
      add 'is_dirty' method to Statuses objects
      add 'is_dirty' method to Statuses objects
      convert to Dist::Zilla
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      don't change directories when cloning
      Fix up changes file
      Change indent stripping behavior of 'log'
      Released 0.015
      Merge pull request #4 from wchristian/win32_commit_fix
      Allow git binary path to be set by GIT_WRAPPER_GIT
      Say what version of git we're testing
      Add has_git_in_path method.
      Add supports_log_raw_dates method
      Add supports_status_porcelain method
      Set user name and email during tests
      Silence substr lvalue warning
      Whitespace and general formatting.
      Released 0.016
      Typo
      update first_version
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      Remove use of '//' (again)
      Release 0.017
      Add GENEHACK to AUTHORS
      clean up debugging stuff
      rename _cmd() to RUN(); document for public use
      Merge branch 'issues/5'
      Merge pull request #10 from rjbs/master
      Merge pull request #10 from rjbs/master
      Update documentation to show how to pass '0' to argument
      Generate proper calls for single letter options that take values (Fitz Elliott)
      Add ERR and OUT methods
      Misc documentation updates
      DZil tweaks; README.mkdn for Github
      v0.018
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      Don't try log --oneline on old gits that don't support it
      v0.019
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      dist.ini tweaking:
      Version bump
      v0.020
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      Splitted up classes inside Git::Wrapper to individual package files
      Added the handling of ->log({ raw => 1 }) to get the file modifications
      Merge branch 'upstream-getty'
      Merge branch 'upstream-haarg'
      Whitespace, formatting, and other essentially OCD tweaks
      Add Changes entry for the STDIN stuff
      v0.021
      Unset GIT_PAGER_IN_USE env var to stop any ANSI colorization
      v0.022
      Merge pull request #17 from earino/master
      Changes for previous change
      Add explicit external git dep
      Unscrew Changes file
      Remove pod tests that are already supplied by Dzil
      Fix POD coverage
      v0.023
      Merge pull request #19 from haarg/master
      v0.024
      Add 'fatal' option for RequiresExternal dzil plugin
      v0.025
      Add ABSTRACT for G::W::Statuses
      Merge pull request #23 from karenetheridge/topic/pull/20
      Merge pull request #22 from hoelzro/master
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      Disable ANSI output for the branch command
      Merge pull request #25 from genehack/fix-ansi-output-in-branch
      Update Changes
      v0.026
      Turn off no-abbrev-commit stuff when running on older Git that doesn't support it
      And actually document the method
      v0.027
      Merge pull request #28 from berekuk/git-branch-color-fix
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      Update Changes for release
      v0.028
      Rework constructor to support better API (#32)
      Update documentation on meaning of leading '-' in command options
      Refactor argument parsing as described in #29
      Reorder things sensibly
      Tweak test
      Tweak test to skip all if git is older than v1.5.0
      Update Changes
      v0.028_96
      Update documentation to explain new argument parsing
      Tweak test again
      README update
      Merge pull request #38 from mattlaw/prevent-interaction
      Merge pull request #37 from jandubois/master
      Jump thru the stringify hoop [#29]
      Document that stringification may go away
      v0.028_97
      v0.029
      Merge pull request #39 from oalders/master
      Add explicit version dep on Path::Class [#40]
      Update changes; rebuild README
      v0.030
      Merge pull request #42 from dsteinbrunner/patch-1
      Merge pull request #44 from kentfredric/path_class_recommended
      update changes
      v0.031
      Update dist.ini and related changes
      Merge branch 'dist-ini-munging'
      auto-committed by dist.ini
      auto-committed by dist.ini
      v0.032
      Require at least File::push 1.05
      Update Makefile.PL & Changes for File::pushd req
      v0.033
      Merge pull request #48 from veryrusty/bugfix/file_pushd_version
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      *sigh*
      auto-committed by dist.ini
      v0.034
      Potential Win32 test fail fix (#46)
      auto-committed by dist.ini
      v0.035
      catch up on archived releases
      Merge branch 'topic/check-git-config' of https://github.com/karenetheridge/Git-Wrapper into ether/check-git-config
      Merge branch 'ether/check-git-config'
      Merge pull request #51 from wchristian/patch-1
      Update changes
      Merge branch 'master' of github.com:genehack/Git-Wrapper
      auto-committed by dist.ini
      v0.036
      Merge pull request #53 from haarg/fix-no-global-config
      auto-committed by dist.ini
      v0.037
      Merge remote-tracking branch 'ether-upstream/topic/single-dash-options'
      auto-committed by dist.ini
      v0.038
      Tweaks and cleanups.
      Merge branch 'exception-example'
      auto-committed by dist.ini
      Update dist.ini so README crap works again
      Updated README.md
      Update dist.ini to also copy INSTALL
      And the INSTALL file itself.
      update changes
      Skip failing test on Macs with old Git (#41)
      update dist.ini (#58)
      Merge pull request #63 from preaction/patch-1
      Tweak the correction further
      v0.039
      missed release
      auto-committed by dist.ini
      v0.040
      Add .travis.yml
      add badges
      tweak devel prereqs
      Switch to File::chdir
      Strip down README
      auto-committed by dist.ini
      v0.040
      auto-committed by dist.ini
      v0.041
      don't ignore releases anymore
      old ignored releases
      more old ignored releases
      Merge branch 'throw-exception-on-log-format-43'
      auto-committed by dist.ini
      v0.042
      auto-committed by dist.ini
      Update changes for stable release
      Tweaks to dist.ini
      v0.043
      tweak dist.ini
      Handle SKIP affecting number of commits in test
      update Changes
      v0.043
      Note version screw up in Changes
      Changes for v0.044
      auto-committed by dist.ini
      v0.044

Jonathan Scott Duff (1):
      Remove fiddly test

Karen Etheridge (8):
      more sanely fix this environment variable
      Swap [RequiresExternal] for [CheckBin]
      bail out early (with NA on cpantesters reports) if $HOME is screwed up
      auto-committed by dist.ini
      refactor _opt and _munge_val into a single sub
      sort keys from option hash, for consistent test output
      fully test all variations of options
      alter the behaviour of single-letter options to push two elements to the arg list, rather than one

Kent Fredric (1):
      Path::Class : Reduce dependency to test.recommends, increment minimum version in eval check to match stated dist.ini version

Matt Lawrence (1):
      Avoid running interactively

Michael Schout (1):
      fix test case for git >= 1.7

Murray (1):
      Add explicit support for git status

Nigel Metheringham (1):
      Rewrote // operator into pre-5.10 perl

Olaf Alders (1):
      Fixes typos.

Ricardo Signes (2):
      cope with old, dumb versions of git-status
      avoid having exceptions stringify to ""

Rob Hoelz (2):
      Test $git->log when log.abbrevCommit is true
      Force --no-abbrev-commit in git-log wrapper

Robert Bohne (6):
      Added some comments
      Use my $line = shift @out instead of $_ = shift $@
      Fixed problem with empty commit message
      Fixed problem with small smoker
      Update Changes file
      Skip empty commit message test if git-commit doesn't  support --allow-empty-message

Russell Jenkins (1):
      Fix typo in minimum version required of File::pushd

Todd Rinaldo (1):
      Add support for specifying git_binary on object creation

Vyacheslav Matyukhin (1):
      fix $git->branch compatibility with git < 1.7.1

gregor herrmann (1):
      Imported Upstream version 0.044

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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