Code

Git.pm: assorted build related fixes.
[git.git] / perl / Git.pm
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)