aboutsummaryrefslogtreecommitdiff
path: root/perl/Git.pm
Commit message (Expand)AuthorAge
* Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-10
* Add config_boolean() method to the Git perl moduleTheodore Ts'o2007-02-20
* Assorted typo fixesPavel Roskin2007-02-03
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Cleanup uninitialized value in chompAlex Riesen2007-01-22
* Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen2007-01-22
* Insert ACTIVESTATE_STRING in Git.pmAlex Riesen2007-01-22
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-12
* Git.pm: Kill Git.xs for nowPetr Baudis2006-09-23
* Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-02
* Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-02
* Git.pm: Introduce fast get_object() methodPetr Baudis2006-07-09
* Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2006-07-09
* Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-03
* Git.pm: Add config() methodPetr Baudis2006-07-03
* Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2006-07-02
* Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-02
* Git.pm: Swap hash_object() parametersPetr Baudis2006-07-02
* Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-02
* Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-02
* Git.pm: Implement options for the command interfacePetr Baudis2006-07-02
* Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-02
* Git.pm: Handle failed commands' outputPetr Baudis2006-07-02
* Git.pm: Better error handlingPetr Baudis2006-07-02
* Git.pm: Implement Git::version()Petr Baudis2006-07-02
* Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-02
* Git.pm: Implement Git::exec_path()Petr Baudis2006-07-02
* Introduce Git.pm (v4)Petr Baudis2006-07-02