The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.29 - 2013-11-24

  • Update to libgit2 v0.20
    • Remove Branch -> foreach() (incompatible change)
    • Repository -> branches() now returns a "real" list instead of an array reference
  • Rename Cred -> plaintext() to Cred -> userpass() and Cred -> keyfile() to Cred -> sshkey() (incompatible change)
  • Add Cred -> sshagent() method
  • Add is_tree() and is_blob() to Tree and Blob (GH#22) (thanks, @ap!)

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