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

Changes for version 0.31 - 2014-02-08

  • Fix include paths on FreeBSD (GH#49) (GH#50) (thanks, @jacquesg!)
  • (Try to) support building libgit2 on Windows
  • Properly create Commit objects in Walker -> next() (GH#52) (thanks, @karel-m for the test case!)

Changes for version 0.30 - 2014-01-26 (TRIAL RELEASE)

  • Add "paths" checkout option (GH#23) (thanks, @jacquesg!)
  • Various fixes to make it possible to build with MSVC (GH#24, GH#25, GH#26, GH#27, GH#28) (thanks, @jacquesg!)
  • Repository -> remotes() now returns a list like branches() and refs() (incompatible change)
  • Repository -> tags() now returns a list like branches() and refs() (incompatible change)
  • Add Commit -> summary() method (GH#32) (thanks, @jacquesg!)
  • Add new Repository methods (GH#33) (thanks, @jacquesg!):
    • Repository -> state()
    • Repository -> state_cleanup()
    • Repository -> is_shallow()
  • Add new clone options (GH#34) (thanks, @jacquesg!):
    • "remote_name"
    • "checkout_branch"
    • "ignore_cert_errors"
    • "disable_checkout"
  • Update to libgit2 426d845
  • Move Blob/Tree -> is_blob() and -> is_tree() to XS (GH#36) (thanks, @magnolia-k!)
  • Add Repository -> new() (GH#37) (thanks, @jacquesg!)
  • Add Remote -> create_inmemory() and Remote -> ls() (GH#37) (thanks, @jacquesg!)
  • Add support for more callbacks for:
    • Remote -> callbacks()
    • Repository -> clone()
    • Repository -> checkout()
    • (GH#39) (thanks, @jacquesg!) (incompatible change)
  • Add Repository -> path_is_ignored() (GH#38) (thanks, @jacquesg!)
  • Improve Repository -> status() (incompatible change):
    • It can now return the statuses of multiple files (GH#29)
    • It can now detect file renames (GH#30) (thanks, @jacquesg!)
  • Improve Repository -> diff() and Tree -> diff(), they can now take options and flags (GH#42) (thanks, @jacquesg!) (incompatible change)
  • Add Signature -> default() method (GH#43) (thanks, @jacquesg!)
  • Repository -> reset() now takes an %opts argument, which can also be used to specify the entries that should be updated (like "git reset -- file") (GH#44) (thanks, @jacquesg!) (incompatible change)
  • Reference -> target() now takes an additional optional parameter $new_target used to change the reference's target (GH#47) (thanks, @jacquesg!)
  • Add Index -> has_conflicts() and Index -> conflict_cleanup() methods (GH#46) (thanks, @jacquesg!)
  • Add Repository -> merge() method (GH#31) (thanks, @jacquesg!)

Modules

Perl bindings to the Git linkable library (libgit2)
Git blob class
Git branch class
Git commit class
Git config class
Git credentials class
Git diff class
Git index class
Git push class
Git refspec class
Git reference 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