summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eliminate Scalar::Util usage from private-Error.pmPetr Baudis2006-07-251-4/+10
* Convert git-annotate to use Git.pmPetr Baudis2006-07-091-136/+31
* Git.pm: Introduce fast get_object() methodPetr Baudis2006-07-092-0/+42
* Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2006-07-097-24/+114
* Work around sed and make interactions on the backslash at the end of line.Junio C Hamano2006-07-081-3/+7
* Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-032-9/+51
* Convert git-send-email to use Git.pmPetr Baudis2006-07-031-22/+8
* Git.pm: Add config() methodPetr Baudis2006-07-033-3/+39
* Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis2006-07-035-16/+7
* INSTALL: a tip for running after building but without installing.Junio C Hamano2006-07-031-0/+13
* Perly Git: make sure we do test the freshly built one.Junio C Hamano2006-07-023-3/+12
* Git.pm: Don't #define around diePetr Baudis2006-07-021-4/+0
* Git.xs: older perl do not know const char *Johannes Schindelin2006-07-021-3/+3
* Git.pm: Avoid ppport.hPetr Baudis2006-07-022-7/+5
* Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2006-07-022-32/+38
* Make perl interface a separate packagePavel Roskin2006-07-021-2/+19
* Delete manuals if compiling without docsPavel Roskin2006-07-021-0/+2
* Fix probing for already installed Error.pmPavel Roskin2006-07-022-2/+2
* Git.pm: clean generated files.Junio C Hamano2006-07-021-0/+1
* Perly git: work around buggy make implementations.Junio C Hamano2006-07-022-2/+2
* Makefile: Set USE_PIC on x86-64Junio C Hamano2006-07-021-0/+3
* Perly Git: arrange include path settings properly.Junio C Hamano2006-07-022-2/+2
* Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdirDennis Stosberg2006-07-021-2/+4
* Git.pm: Support for perl/ being built by a different compilerPetr Baudis2006-07-021-28/+38
* Makefile fix for SolarisDennis Stosberg2006-07-021-1/+1
* "test" in Solaris' /bin/sh does not support -eDennis Stosberg2006-07-021-1/+1
* Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-021-1/+2
* Git.pm: Swap hash_object() parametersPetr Baudis2006-07-022-6/+6
* Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-021-11/+57
* Git.pm: tentative fix to test the freshly built Git.pmJunio C Hamano2006-07-022-2/+6
* Git.pm: assorted build related fixes.Petr Baudis2006-07-023-13/+20
* perl: fix make cleanJunio C Hamano2006-07-021-1/+1
* Perl interface: make testsuite work again.Junio C Hamano2006-07-021-0/+2
* Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano2006-07-021-7/+13
* Convert git-mv to use Git.pmPetr Baudis2006-07-021-24/+21
* 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-022-22/+183
* Git.pm: Better error handlingPetr Baudis2006-07-022-16/+60
* Add Error.pm to the distributionPetr Baudis2006-07-022-0/+831
* Git.pm: Implement Git::version()Petr Baudis2006-07-023-2/+27
* Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-022-6/+28
* Git.pm: Implement Git::exec_path()Petr Baudis2006-07-022-1/+26
* Introduce Git.pm (v4)Petr Baudis2006-07-026-9/+516
* Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg2006-07-021-1/+1
* revision.c: fix "dense" under --remove-emptyLinus Torvalds2006-07-021-1/+1
* git object hash cleanupsv1.4.1Linus Torvalds2006-07-011-44/+53
* revision.c: --full-history fix.Linus Torvalds2006-07-011-4/+14
* Fix errno usage in connect.cPetr Baudis2006-07-011-6/+12