summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/gitpm'Junio C Hamano2006-09-3013-77/+1819
|\
| * Remove -fPIC which was only needed for Git.xsJunio C Hamano2006-09-294-22/+1
| * Git.pm: Kill Git.xs for nowPetr Baudis2006-09-235-224/+15
| * Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-027-114/+24
| * Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-022-42/+0
| * Revert "Convert git-annotate to use Git.pm"Junio C Hamano2006-09-021-32/+151
| * Fix compilation with Sun CCDennis Stosberg2006-08-153-2/+15
| * Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-1576-3027/+4252
| |\
| * | pass DESTDIR to the generated perl/MakefileEric Wong2006-08-131-0/+4
| * | Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-07330-2735/+11862
| |\ \
| * | | 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