aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Git.pm: clean generated files.Junio C Hamano2006-07-02
* Perly git: work around buggy make implementations.Junio C Hamano2006-07-02
* Makefile: Set USE_PIC on x86-64Junio C Hamano2006-07-02
* Perly Git: arrange include path settings properly.Junio C Hamano2006-07-02
* Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdirDennis Stosberg2006-07-02
* Git.pm: Support for perl/ being built by a different compilerPetr Baudis2006-07-02
* Makefile fix for SolarisDennis Stosberg2006-07-02
* "test" in Solaris' /bin/sh does not support -eDennis Stosberg2006-07-02
* Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-02
* Git.pm: Swap hash_object() parametersPetr Baudis2006-07-02
* Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-02
* Git.pm: tentative fix to test the freshly built Git.pmJunio C Hamano2006-07-02
* Git.pm: assorted build related fixes.Petr Baudis2006-07-02
* perl: fix make cleanJunio C Hamano2006-07-02
* Perl interface: make testsuite work again.Junio C Hamano2006-07-02
* Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano2006-07-02
* Convert git-mv to use Git.pmPetr Baudis2006-07-02
* Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-02
* Git.pm: Implement options for the command interfacePetr Baudis2006-07-02
* Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-02
* Git.pm: Handle failed commands' outputPetr Baudis2006-07-02
* Git.pm: Better error handlingPetr Baudis2006-07-02
* Add Error.pm to the distributionPetr Baudis2006-07-02
* Git.pm: Implement Git::version()Petr Baudis2006-07-02
* Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-02
* Git.pm: Implement Git::exec_path()Petr Baudis2006-07-02
* Introduce Git.pm (v4)Petr Baudis2006-07-02
* Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg2006-07-02
* revision.c: fix "dense" under --remove-emptyLinus Torvalds2006-07-02
* git object hash cleanupsv1.4.1Linus Torvalds2006-07-01
* revision.c: --full-history fix.Linus Torvalds2006-07-01
* Fix errno usage in connect.cPetr Baudis2006-07-01
* Minor documentation fixup.Robin Rosenberg2006-07-01
* git-svn: allow a local target directory to be specified for initEric Wong2006-06-30
* don't load objects needlessly when repackingNicolas Pitre2006-06-30
* upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano2006-06-30
* Abstract out accesses to object hash arrayLinus Torvalds2006-06-29
* consider previous pack undeltified object state only when reusing delta dataNicolas Pitre2006-06-29
* Merge branch 'jc/test-3402'Junio C Hamano2006-06-29
|\
| * Racy GIT (part #3)Junio C Hamano2006-06-29
* | Do not try futile object pairs when repacking.Linus Torvalds2006-06-29
|/
* Merge branch 'jc/repack'Junio C Hamano2006-06-28
|\
| * git-repack: Be careful when updating the same pack as an existing one.Junio C Hamano2006-06-25
* | Merge branch 'js/patch'Junio C Hamano2006-06-28
|\ \
| * | diff.c: fix get_patch_id()Junio C Hamano2006-06-28
| * | t4014: fix test commit labels.Junio C Hamano2006-06-28
| * | format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin2006-06-27
| * | t4014: fix for whitespace from "wc -l"Johannes Schindelin2006-06-27
| * | t4014: add format-patch --ignore-if-in-upstream testJunio C Hamano2006-06-26
| * | format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin2006-06-26