The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.44 - 2014-08-18

  • Update libgit2 to fa44a16 (GH#120)
  • Added Remote methods (GH#120):
    • default_branch
  • Stash -> save() now returns a true value if files were stashed, and undef if nothing was stashed (GH#121). (Potentially incompatible change if you relied on the function die'ing if there was nothing to be stashed)
  • Commit -> parents() and Tree -> entries() now return lists as per the documentation (GH#122)
  • Config -> foreach(), Stash -> foreach() and Tag -> foreach() now correctly aborts the iteration. Previously it would die if the user requested termination of the loop with a return value that is not GIT_USER. (GH#123)

Modules

Perl bindings to the Git linkable library (libgit2)
Git blame class
Git blame hunk class
Git blob class
Git branch class
Git commit class
Git config class
Git credentials class
Git diff class
Git diff delta class
Git diff file class
Git diff hunk class
Git diff statistics class
Error class
Error category class
Git filter class
Git filter source class
Git graph class
Git index class
Git index entry class
Git patch class
Git pathspec class
Git pathspec matchlist class
Git push class
Git refspec class
Git reference class
Git reflog class
Git reflog entry class
Git remote class
Git repository class
Git signature class
Git stash class
Git tag class
Git tree class
Git tree builder class
Git tree entry class
Git revwalker class