summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor documentation fixup.Robin Rosenberg2006-07-011-3/+3
* git-svn: allow a local target directory to be specified for initEric Wong2006-06-301-2/+12
* don't load objects needlessly when repackingNicolas Pitre2006-06-301-17/+28
* upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano2006-06-301-3/+3
* Abstract out accesses to object hash arrayLinus Torvalds2006-06-294-13/+27
* consider previous pack undeltified object state only when reusing delta dataNicolas Pitre2006-06-291-2/+3
* Merge branch 'jc/test-3402'Junio C Hamano2006-06-291-1/+1
|\
| * Racy GIT (part #3)Junio C Hamano2006-06-291-1/+1
* | Do not try futile object pairs when repacking.Linus Torvalds2006-06-291-0/+7
|/
* Merge branch 'jc/repack'Junio C Hamano2006-06-281-3/+18
|\
| * git-repack: Be careful when updating the same pack as an existing one.Junio C Hamano2006-06-251-3/+18
* | Merge branch 'js/patch'Junio C Hamano2006-06-284-0/+284
|\ \
| * | diff.c: fix get_patch_id()Junio C Hamano2006-06-281-1/+1
| * | t4014: fix test commit labels.Junio C Hamano2006-06-281-3/+3
| * | format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin2006-06-271-10/+4
| * | t4014: fix for whitespace from "wc -l"Johannes Schindelin2006-06-271-4/+4
| * | t4014: add format-patch --ignore-if-in-upstream testJunio C Hamano2006-06-261-0/+69
| * | format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin2006-06-261-0/+80
| * | add diff_flush_patch_id() to calculate the patch idJohannes Schindelin2006-06-262-0/+141
* | | checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano2006-06-282-2/+73
* | | t/README: start testing porcelainishJunio C Hamano2006-06-281-0/+1
* | | Save errno in handle_alias()Johannes Schindelin2006-06-281-1/+3
* | | rebase: check for errors from git-commitEric Wong2006-06-281-1/+6
* | | cvsimport - cleanup of the multi-indexes handlingMartin Langhoff2006-06-281-38/+24
* | | connect.c: check the commit buffer boundary while parsing.Junio C Hamano2006-06-281-4/+8
* | | connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano2006-06-281-6/+4