aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git.pm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-04add --html-path to get the location of installed HTML docsMarkus Heidelberg1-1/+11
2009-01-13Merge branch 'maint'Junio C Hamano1-2/+2
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano1-2/+2
2009-01-13Git.pm: call Error::Simple() properlyJay Soffian1-2/+2
2009-01-01Git.pm: correctly handle directory name that evaluates to "false"Philippe Bruhat (BooK)1-3/+4
2008-12-21Always show which directory is not a git repositoryRichard Hartmann1-2/+2
2008-11-13Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)1-5/+10
2008-10-19Git.pm: do not break inheritanceChristian Jaeger1-2/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep1-12/+30
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep1-2/+7
2008-08-12Git.pm: Add faculties to allow temp files to be cachedMarcus Griep1-2/+123
2008-08-04Fix typo in perl/Git.pmAbhijit Menon-Sen1-1/+1
2008-08-04Fix hash slice syntax errorAbhijit Menon-Sen1-4/+4
2008-08-04Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen1-0/+1
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger1-1/+1
2008-07-08Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis1-1/+55
2008-06-01Git.pm: fix return value of config methodLea Wiemann1-1/+1
2008-06-01Git.pm: fix documentation of hash_objectLea Wiemann1-3/+2
2008-05-27Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano1-2/+2
2008-05-23Git.pm: Add hash_and_insert_object and cat_blobAdam Roben1-2/+150
2008-05-23Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben1-0/+56
2008-03-15Git.pm: Don't require repository instance for identFrank Lichtenheld1-6/+6
2008-03-15Git.pm: Don't require a repository instance for configFrank Lichtenheld1-20/+13
2007-12-05Color support for "git-add -i"Junio C Hamano1-0/+35
2007-11-30Add config_int() method to the Git perl moduleJakub Narebski1-0/+31
2007-11-07When exec() fails include the failing command in the error messageAsk Bjørn Hansen1-1/+1
2007-08-22Fix git-remote for ActiveState PerlAlex Riesen1-1/+7
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis1-4/+8
2007-02-20Add config_boolean() method to the Git perl moduleTheodore Ts'o1-0/+30
2007-02-03Assorted typo fixesPavel Roskin1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-4/+4
2007-01-22Cleanup uninitialized value in chompAlex Riesen1-1/+1
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen1-1/+7
2007-01-22Insert ACTIVESTATE_STRING in Git.pmAlex Riesen1-3/+4
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2006-09-23Git.pm: Kill Git.xs for nowPetr Baudis1-67/+9
2006-09-02Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano1-6/+5
2006-09-02Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano1-18/+0
2006-07-09Git.pm: Introduce fast get_object() methodPetr Baudis1-0/+18
2006-07-09Make it possible to set up libgit directly (instead of from the environment)Petr Baudis1-5/+6
2006-07-03Git.pm: Introduce ident() and ident_person() methodsPetr Baudis1-0/+49
2006-07-03Git.pm: Add config() methodPetr Baudis1-1/+36
2006-07-02Git.pm: Remove PerlIO usage from Git.xsPetr Baudis1-1/+13
2006-07-02Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis1-1/+2
2006-07-02Git.pm: Swap hash_object() parametersPetr Baudis1-4/+4
2006-07-02Git.pm: Try to support ActiveState output pipePetr Baudis1-11/+57
2006-07-02Git.pm: Add support for subdirectories inside of working copiesPetr Baudis1-28/+129
2006-07-02Git.pm: Implement options for the command interfacePetr Baudis1-2/+35
2006-07-02Git.pm: Enhance the command_pipe() mechanismPetr Baudis1-23/+53
2006-07-02Git.pm: Handle failed commands' outputPetr Baudis1-21/+171