Files given on the command line are relative to $cwd
[git] / perl / Git.pm
2006-07-09  Petr BaudisGit.pm: Introduce fast get_object() method
2006-07-09  Petr BaudisMake it possible to set up libgit directly (instead...
2006-07-04  Petr BaudisGit.pm: Introduce ident() and ident_person() methods
2006-07-04  Petr BaudisGit.pm: Add config() method
2006-07-03  Petr BaudisGit.pm: Remove PerlIO usage from Git.xs
2006-07-03  Petr BaudisGit.pm: Fix Git->repository("/somewhere/totally/elsewhere")
2006-07-03  Petr BaudisGit.pm: Swap hash_object() parameters
2006-07-03  Petr BaudisGit.pm: Try to support ActiveState output pipe
2006-07-03  Petr BaudisGit.pm: Add support for subdirectories inside of workin...
2006-07-03  Petr BaudisGit.pm: Implement options for the command interface
2006-07-03  Petr BaudisGit.pm: Enhance the command_pipe() mechanism
2006-07-03  Petr BaudisGit.pm: Handle failed commands' output
2006-07-03  Petr BaudisGit.pm: Better error handling
2006-07-03  Petr BaudisGit.pm: Implement Git::version()
2006-07-03  Petr BaudisGit.pm: Call external commands using execv_git_cmd()
2006-07-03  Petr BaudisGit.pm: Implement Git::exec_path()
2006-07-03  Petr BaudisIntroduce Git.pm (v4)