[libgit-wrapper-perl] branch master updated (aaaf8d7 -> 9e106d0)

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


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

gregoa pushed a change to branch master
in repository libgit-wrapper-perl.

      from  aaaf8d7   Update changelog
      adds  822afa5   first draft
      adds  3e21851   change and document interface
      adds  de333f2   prereq
      adds  8cff991   need git binary
      adds  f1dd81c   [bump] 0.001 -> 0.002
      adds  1a0e3d2   spruce up docs, improve exceptions
      adds  ebc0d5c   [bump] 0.002 -> 0.003
      adds  03d93c0   ignore
      adds  69ce214   add "see also" to make nadim happy
      adds  193d487   changes
      adds  ce29189   more changes
      adds  eed528b   inflate git-log
      adds  5c3580e   changes
      adds  eba2ae4   s/body/message/g; documentation
      adds  c6e9ab4   [bump] 0.003 -> 0.004
      adds  2e341b9   fix fails with latest git
      adds  49c8a28   fix tests more firmly
      adds  d61b793   itym lt 1.6
      adds  f0b205a   bump version number and update Changes
      adds  4a16fb5   fix test case for git >= 1.7
      adds  56a6245   Stop failing tests when help.autocorrect is set.
      adds  1989132   Ignore vim swp files.
      adds  2f6b31b   do not rely on default value of log --pretty
      adds  1ea1c95   stop failing tests on git 1.7 or newer
      adds  318f2ad   merge in changes from ap
      adds  8c62b71   recover missing 0.08 release changes
      adds  af20b1b   prep for 0.009 release
      adds  24091e3   add auto_set_repository to Makefile
      adds  8f504a8   added documentation on how to get Git::Wrapper to install on Windows
      adds  11f86c0   changed tests so Git::Wrapper can install successfully Win32
      adds  a83e96e   normalized versions in preparation for next release
      adds  3b6ebe7   update Changes for 0.010
      adds  67e68c0   Remove fiddly test
      adds  d8e209c   Add explicit support for git status
      adds  6ff6a1d   - added some info for those of us not "in the know" ;)
      adds  41d51f5   prepare for 0.011 release
      adds  66c33c9   Rewrote // operator into pre-5.10 perl
      adds  2a5f402   declare minimum Perl version required
      adds  1b3512c   Add debugging mode
      adds  e2a12fe   merge chorny's changes
      adds  a8d5cb3   setup version for 0.012 release
      adds  9d6047a   add dep on Test::Deep and bump/release 0.013
      adds  7c7c29b   Added some comments
      adds  50af157   Use my $line = shift @out instead of $_ = shift $@
      adds  f154ac2   Fixed problem with empty commit message
      adds  3d11bcf   Fixed problem with small smoker
      adds  f8ff123   Update Changes file
      adds  74d476a   Skip empty commit message test if git-commit doesn't  support --allow-empty-message
      adds  19239bc   whitespace
      adds  08acdfc   add 'is_dirty' method to Statuses objects
      adds  c38b9c4   add 'is_dirty' method to Statuses objects
      adds  dbfbadf   convert to Dist::Zilla
      adds  925a8b1   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  374e858   merge genehack-master
      adds  fe1a4dd   don't change directories when cloning
      adds  76451db   Fix up changes file
      adds  9f75fed   Change indent stripping behavior of 'log'
      adds  e93491e   Released 0.015
      adds  67d026d   use temp files for multi-line commits on win32
      adds  e43f5e2   Merge pull request #4 from wchristian/win32_commit_fix
      adds  b4d5049   Allow git binary path to be set by GIT_WRAPPER_GIT
      adds  b51f1c6   Say what version of git we're testing
      adds  bfa3d3b   Add has_git_in_path method.
      adds  cffd107   Add supports_log_raw_dates method
      adds  bce4bf7   Add supports_status_porcelain method
      adds  c89de39   Set user name and email during tests
      adds  535298d   Silence substr lvalue warning
      adds  6403a7e   Whitespace and general formatting.
      adds  e47b500   Released 0.016
      adds  4a5528c   update first_version
      adds  8aca978   Typo
      adds  03e9276   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  753912d   Remove use of '//' (again)
      adds  c569470   Release 0.017
      adds  e3d1728   Add GENEHACK to AUTHORS
      adds  36d6f14   clean up debugging stuff
      adds  a4ef495   rename _cmd() to RUN(); document for public use
      adds  67da833   Merge branch 'issues/5'
      adds  ab4dd13   cope with old, dumb versions of git-status
      adds  6a90585   avoid having exceptions stringify to ""
      adds  f9e66ee   Merge pull request #10 from rjbs/master
      adds  7a11ab3   Merge pull request #10 from rjbs/master
      adds  1d77bf5   Update documentation to show how to pass '0' to argument
      adds  70adbc1   Generate proper calls for single letter options that take values (Fitz Elliott)
      adds  38dbdd6   Add ERR and OUT methods
      adds  7923eb0   Misc documentation updates
      adds  1c7d3f5   DZil tweaks; README.mkdn for Github
      adds  7ab4194   v0.018
      adds  6be97a8   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  faf85b9   Don't try log --oneline on old gits that don't support it
      adds  298ff2c   v0.019
      adds  1c0454d   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  7bc872e   dist.ini tweaking:   * Exclude archived releases and dist.ini from dist   * Don't ship README; only README.mkdn   * Set homepage and bugtracker URLs in META.yml
      adds  efccde6   Version bump
      adds  276c5fa   v0.020
      adds  bbf4ebe   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  bb38a06   Splitted up classes inside Git::Wrapper to individual package files
      adds  cd65fe7   Added the handling of ->log({ raw => 1 }) to get the file modifications
      adds  431161c   Merge branch 'upstream-getty'
      adds  8f52f8c   add -STDIN option for passing content via STDIN
      adds  90e9281   Merge branch 'upstream-haarg'
      adds  7d78b8e   Whitespace, formatting, and other essentially OCD tweaks
      adds  f91c2a2   Add Changes entry for the STDIN stuff
      adds  4e2b4ab   v0.021
      adds  c273a6d   Unset GIT_PAGER_IN_USE env var to stop any ANSI colorization
      adds  e79b48e   v0.022
      adds  4aeb5d5   Skips hash-object test on old versions that don't support 'no-filters'
      adds  5bd47b3   Merge pull request #17 from earino/master
      adds  50ae006   Changes for previous change
      adds  c8d5be6   Add explicit external git dep
      adds  dd2a7b8   Unscrew Changes file
      adds  4559b68   Remove pod tests that are already supplied by Dzil
      adds  8d99305   Fix POD coverage
      adds  f529d11   v0.023
      adds  81e40aa   make sure no line ending munging is done to get consistent hashing in test
      adds  a4ae5d8   Merge pull request #19 from haarg/master
      adds  aed81d4   v0.024
      adds  bf90f51   Add 'fatal' option for RequiresExternal dzil plugin
      adds  f81428e   v0.025
      adds  cceb48c   Add ABSTRACT for G::W::Statuses
      adds  9b6c98a   more sanely fix this environment variable
      adds  742cb9d   Merge pull request #23 from karenetheridge/topic/pull/20
      adds  3cdefe3   Test $git->log when log.abbrevCommit is true
      adds  aea6af4   Force --no-abbrev-commit in git-log wrapper
      adds  7bc0fd8   Merge pull request #22 from hoelzro/master
      adds  9a7bf31   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  b9b62b7   Disable ANSI output for the branch command
      adds  91cfdf6   Merge pull request #25 from genehack/fix-ansi-output-in-branch
      adds  b904ffa   Update Changes
      adds  1926344   v0.026
      adds  c90cd55   Turn off no-abbrev-commit stuff when running on older Git that doesn't support it
      adds  04d62cd   And actually document the method
      adds  eaa9ec2   v0.027
      adds  27bea1f   fix $git->branch compatibility with git < 1.7.1
      adds  972f2dd   Merge pull request #28 from berekuk/git-branch-color-fix
      adds  c790ecd   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  3387ca8   Update Changes for release
      adds  e2e2f98   v0.028
      adds  cc6d419   Add support for specifying git_binary on object creation
      adds  ed961d3   Rework constructor to support better API (#32)
      adds  012a576   Update documentation on meaning of leading '-' in command options
      adds  a7b4f55   Refactor argument parsing as described in #29
      adds  2cc4d2b   Reorder things sensibly
      adds  484ecdd   Tweak test
      adds  be7c7da   Tweak test to skip all if git is older than v1.5.0
      adds  898b583   Update Changes
      adds  1f0f4fc   v0.028_96
      adds  25da6f6   Update documentation to explain new argument parsing
      adds  c3ee995   Tweak test again
      adds  a37976c   README update
      adds  1e4bf9c   Avoid running interactively
      adds  bd6c4f6   Merge pull request #38 from mattlaw/prevent-interaction
      adds  5a16389   Don't check file permissions on Windows
      adds  df50082   The --allow-empty-message option was added in git 1.7.0.5.
      adds  f21dcbd   Merge pull request #37 from jandubois/master
      adds  ef54c55   Add test using Path::Class (currently fails)
      adds  cf299aa   Jump thru the stringify hoop [#29]
      adds  b484729   Document that stringification may go away
      adds  9aab73f   v0.028_97
      adds  aab76a6   v0.029
      adds  593f689   Fixes typos.
      adds  6bf3c79   Merge pull request #39 from oalders/master
      adds  8661947   Add explicit version dep on Path::Class [#40]
      adds  696cb3f   Update changes; rebuild README
      adds  bd1525b   v0.030
      adds  a757efd   typo fix
      adds  e328b54   Merge pull request #42 from dsteinbrunner/patch-1
      adds  80a52bb   Path::Class : Reduce dependency to test.recommends, increment minimum version in eval check to match stated dist.ini version
      adds  7b46327   Merge pull request #44 from kentfredric/path_class_recommended
      adds  5a28734   only load IPC::Cmd if needed
      adds  681e4ee   update changes
      adds  ca532d3   v0.031
      adds  536cb73   Update dist.ini and related changes
      adds  2589268   Merge branch 'dist-ini-munging'
      adds  f5cb05d   auto-committed by dist.ini
      adds  e850b07   Swap [RequiresExternal] for [CheckBin]
      adds  2827f8b   auto-committed by dist.ini
      adds  57f4d78   v0.032
      adds  e2aec1f   Require at least File::push 1.05
      adds  fffa3bd   Update Makefile.PL & Changes for File::pushd req
      adds  78516ee   v0.033
      adds  8269bd7   Fix typo in minimum version required of File::pushd
      adds  b9e19f4   Merge pull request #48 from veryrusty/bugfix/file_pushd_version
      adds  1750d17   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  433df08   *sigh*
      adds  61d76ce   auto-committed by dist.ini
      adds  6c26dec   v0.034
      adds  3c1ae07   Potential Win32 test fail fix (#46)
      adds  e918ace   auto-committed by dist.ini
      adds  727d09c   v0.035
      adds  3b13ab9   catch up on archived releases
      adds  8ecdd31   bail out early (with NA on cpantesters reports) if $HOME is screwed up
      adds  2cfb8e2   auto-committed by dist.ini
      adds  8a9d1b4   Merge branch 'topic/check-git-config' of https://github.com/karenetheridge/Git-Wrapper into ether/check-git-config
      adds  20631a6   Merge branch 'ether/check-git-config'
      adds  c4d048f   Update changes
      adds  6ebfdd3   cross-platform auto-commit in dist.ini
      adds  516baac   Merge pull request #51 from wchristian/patch-1
      adds  07ed487   Merge branch 'master' of github.com:genehack/Git-Wrapper
      adds  60cc139   auto-committed by dist.ini
      adds  ac2cfa7   v0.036
      adds  065c905   fix Makefile.PL when no global .gitconfig exists
      adds  d7a193a   Merge pull request #53 from haarg/fix-no-global-config
      adds  c260580   auto-committed by dist.ini
      adds  817d355   v0.037
      adds  399ab41   refactor _opt and _munge_val into a single sub
      adds  a369393   sort keys from option hash, for consistent test output
      adds  e2587e7   fully test all variations of options
      adds  c34aa93   alter the behaviour of single-letter options to push two elements to the arg list, rather than one
      adds  c0dd361   Merge remote-tracking branch 'ether-upstream/topic/single-dash-options'
      adds  c463aad   auto-committed by dist.ini
      adds  28d3408   v0.038
      adds  4d0eba8   Issue-33: Updated POD with usage examples of Git::Wrapper::Exception.
      adds  63b92b1   Tweaks and cleanups.
      adds  77941cc   Merge branch 'exception-example'
      adds  2910c35   auto-committed by dist.ini
      adds  b5cc7d0   Update dist.ini so README crap works again
      adds  278a166   Updated README.md
      adds  5286473   Update dist.ini to also copy INSTALL
      adds  23402c5   And the INSTALL file itself.
      adds  a87ae54   update changes
      adds  3ef6770   Skip failing test on Macs with old Git (#41)
      adds  819ebf8   update dist.ini (#58)
      adds  45fbfc0   fix unescaped > and spelling error in pod
      adds  5d64cc1   Merge pull request #63 from preaction/patch-1
      adds  1433abd   Tweak the correction further
      adds  ee3ae23   v0.039
      adds  2460381   missed release
      adds  ef92eae   auto-committed by dist.ini
      adds  6c2d530   v0.040
      adds  09bf6d0   Add .travis.yml
      adds  3d8e0d9   add badges
      adds  784e086   tweak devel prereqs
      adds  d8d5f74   Switch to File::chdir
      adds  3d76856   Strip down README
      adds  0bb3f37   auto-committed by dist.ini
      adds  6848db2   v0.040
      adds  a0723d9   auto-committed by dist.ini
      adds  89eb118   v0.041
      adds  d0c09cf   don't ignore releases anymore
      adds  eaa5c1f   old ignored releases
      adds  92c2d10   more old ignored releases
      adds  37fd777   Using "--format" with  log() now throws exception. [#43]
      adds  c2b8412   Merge branch 'throw-exception-on-log-format-43'
      adds  3f75157   auto-committed by dist.ini
      adds  7a7437e   v0.042
      adds  92ced1e   auto-committed by dist.ini
      adds  8455256   Update changes for stable release
      adds  f89a0c8   Tweaks to dist.ini
      adds  6c73c39   v0.043
      adds  640a211   tweak dist.ini
      adds  fb1f647   Handle SKIP affecting number of commits in test
      adds  ede8388   update Changes
      adds  1526aae   v0.043
      adds  499be79   Note version screw up in Changes
      adds  75c8322   Changes for v0.044
      adds  2803d84   auto-committed by dist.ini
      adds  04701fc   v0.044
      adds  7f1b494   Imported Upstream version 0.044
       new  1a44592   Merge tag 'upstream/0.044'
       new  16cbdf0   Update debian/changelog
       new  8a7c965   Update years of packaging copyright.
       new  b4771d4   Update (build) dependencies.
       new  934bdfc   Mark package as autopkgtest-able.
       new  9e106d0   releasing package libgit-wrapper-perl version 0.044-1

The 6 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:
 Changes                                 |  31 +++
 MANIFEST                                |   3 +-
 META.json                               | 229 +++++++++++---------
 META.yml                                | 203 ++++++++++--------
 Makefile.PL                             |  12 +-
 README.md                               | 363 +-------------------------------
 README.mkdn                             | 361 -------------------------------
 debian/changelog                        |  10 +
 debian/control                          |   5 +-
 debian/copyright                        |   2 +-
 lib/Git/Wrapper.pm                      | 107 ++++++++--
 lib/Git/Wrapper/Exception.pm            |  29 ++-
 lib/Git/Wrapper/File/RawModification.pm |   4 +-
 lib/Git/Wrapper/Log.pm                  |   4 +-
 lib/Git/Wrapper/Status.pm               |   4 +-
 lib/Git/Wrapper/Statuses.pm             |   4 +-
 t/basic.t                               |   7 +
 t/path_class.t                          |  15 +-
 18 files changed, 446 insertions(+), 947 deletions(-)
 delete mode 100644 README.mkdn

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