summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-04Git.pm: Add config() methodPetr Baudis
2006-07-04Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis
2006-07-03INSTALL: a tip for running after building but without installing.Junio C Hamano
2006-07-03Perly Git: make sure we do test the freshly built one.Junio C Hamano
2006-07-03Git.pm: Don't #define around diePetr Baudis
2006-07-03Git.xs: older perl do not know const char *Johannes Schindelin
2006-07-03Git.pm: Avoid ppport.hPetr Baudis
2006-07-03Git.pm: Remove PerlIO usage from Git.xsPetr Baudis
2006-07-03Make perl interface a separate packagePavel Roskin
2006-07-03Delete manuals if compiling without docsPavel Roskin
2006-07-03Fix probing for already installed Error.pmPavel Roskin
2006-07-03Git.pm: clean generated files.Junio C Hamano
2006-07-03Perly git: work around buggy make implementations.Junio C Hamano
2006-07-03Makefile: Set USE_PIC on x86-64Junio C Hamano
2006-07-03Perly Git: arrange include path settings properly.Junio C Hamano
2006-07-03Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdirDennis Stosberg
2006-07-03Git.pm: Support for perl/ being built by a different compilerPetr Baudis
2006-07-03Makefile fix for SolarisDennis Stosberg
2006-07-03"test" in Solaris' /bin/sh does not support -eDennis Stosberg
2006-07-03Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis
2006-07-03Git.pm: Swap hash_object() parametersPetr Baudis
2006-07-03Git.pm: Try to support ActiveState output pipePetr Baudis
2006-07-03Git.pm: tentative fix to test the freshly built Git.pmJunio C Hamano
2006-07-03Git.pm: assorted build related fixes.Petr Baudis
2006-07-03perl: fix make cleanJunio C Hamano
2006-07-03Perl interface: make testsuite work again.Junio C Hamano
2006-07-03Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano
2006-07-03Convert git-mv to use Git.pmPetr Baudis
2006-07-03Git.pm: Add support for subdirectories inside of working copiesPetr Baudis
2006-07-03Git.pm: Implement options for the command interfacePetr Baudis
2006-07-03Git.pm: Enhance the command_pipe() mechanismPetr Baudis
2006-07-03Git.pm: Handle failed commands' outputPetr Baudis
2006-07-03Git.pm: Better error handlingPetr Baudis
2006-07-03Add Error.pm to the distributionPetr Baudis
2006-07-03Git.pm: Implement Git::version()Petr Baudis
2006-07-03Git.pm: Call external commands using execv_git_cmd()Petr Baudis
2006-07-03Git.pm: Implement Git::exec_path()Petr Baudis
2006-07-03Introduce Git.pm (v4)Petr Baudis
2006-07-03Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg
2006-07-02revision.c: fix "dense" under --remove-emptyLinus Torvalds
2006-07-02git object hash cleanupsv1.4.1Linus Torvalds
2006-07-02revision.c: --full-history fix.Linus Torvalds
2006-07-02Fix errno usage in connect.cPetr Baudis
2006-07-02Minor documentation fixup.Robin Rosenberg
2006-07-01git-svn: allow a local target directory to be specified for initEric Wong
2006-07-01don't load objects needlessly when repackingNicolas Pitre
2006-07-01upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano
2006-06-30Abstract out accesses to object hash arrayLinus Torvalds
2006-06-30consider previous pack undeltified object state only when reusing delta dataNicolas Pitre
2006-06-30Merge branch 'jc/test-3402'Junio C Hamano