summaryrefslogtreecommitdiff
path: root/perl/Git.pm
Commit message (Expand)AuthorAgeFilesLines
* Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2008-09-101-12/+30
* Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep2008-08-161-2/+7
* Git.pm: Add faculties to allow temp files to be cachedMarcus Griep2008-08-121-2/+123
* Fix typo in perl/Git.pmAbhijit Menon-Sen2008-08-041-1/+1
* Fix hash slice syntax errorAbhijit Menon-Sen2008-08-041-4/+4
* Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen2008-08-041-0/+1
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-301-1/+1
* Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis2008-07-081-1/+55
* Git.pm: fix return value of config methodLea Wiemann2008-06-011-1/+1
* Git.pm: fix documentation of hash_objectLea Wiemann2008-06-011-3/+2
* Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano2008-05-271-2/+2
* Git.pm: Add hash_and_insert_object and cat_blobAdam Roben2008-05-231-2/+150
* Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben2008-05-231-0/+56
* Git.pm: Don't require repository instance for identFrank Lichtenheld2008-03-151-6/+6
* Git.pm: Don't require a repository instance for configFrank Lichtenheld2008-03-151-20/+13
* Color support for "git-add -i"Junio C Hamano2007-12-051-0/+35
* Add config_int() method to the Git perl moduleJakub Narebski2007-11-301-0/+31
* When exec() fails include the failing command in the error messageAsk Bjørn Hansen2007-11-071-1/+1
* Fix git-remote for ActiveState PerlAlex Riesen2007-08-221-1/+7
* Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-101-4/+8
* Add config_boolean() method to the Git perl moduleTheodore Ts'o2007-02-201-0/+30
* Assorted typo fixesPavel Roskin2007-02-031-1/+1
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-4/+4
* Cleanup uninitialized value in chompAlex Riesen2007-01-221-1/+1
* Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen2007-01-221-1/+7
* Insert ACTIVESTATE_STRING in Git.pmAlex Riesen2007-01-221-3/+4
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* Git.pm: Kill Git.xs for nowPetr Baudis2006-09-231-67/+9
* Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-021-6/+5
* Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-021-18/+0
* Git.pm: Introduce fast get_object() methodPetr Baudis2006-07-091-0/+18
* Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2006-07-091-5/+6
* Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-031-0/+49
* Git.pm: Add config() methodPetr Baudis2006-07-031-1/+36
* Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2006-07-021-1/+13
* Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-021-1/+2
* Git.pm: Swap hash_object() parametersPetr Baudis2006-07-021-4/+4
* Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-021-11/+57
* Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-021-28/+129
* Git.pm: Implement options for the command interfacePetr Baudis2006-07-021-2/+35
* Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-021-23/+53
* Git.pm: Handle failed commands' outputPetr Baudis2006-07-021-21/+171
* Git.pm: Better error handlingPetr Baudis2006-07-021-16/+21
* Git.pm: Implement Git::version()Petr Baudis2006-07-021-1/+13
* Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-021-6/+6
* Git.pm: Implement Git::exec_path()Petr Baudis2006-07-021-1/+14
* Introduce Git.pm (v4)Petr Baudis2006-07-021-0/+408