Eliminate Scalar::Util usage from private-Error.pm
[gitweb.git] / perl / Git.xs
2006-07-09 Git.pm: Introduce fast get_object() method
2006-07-09 Make it possible to set up libgit directly (instead...
2006-07-03 Git.pm: Don't #define around die
2006-07-03 Git.xs: older perl do not know const char *
2006-07-03 Git.pm: Avoid ppport.h
2006-07-03 Git.pm: Remove PerlIO usage from Git.xs
2006-07-03 Git.pm: Swap hash_object() parameters
2006-07-03 Git.pm: assorted build related fixes.
2006-07-03 Git.pm: Better error handling
2006-07-03 Git.pm: Implement Git::version()
2006-07-03 Git.pm: Call external commands using execv_git_cmd()
2006-07-03 Git.pm: Implement Git::exec_path()
2006-07-03 Introduce Git.pm (v4)