summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-06-29Do not try futile object pairs when repacking.Linus Torvalds
2006-06-29Racy GIT (part #3)Junio C Hamano
2006-06-29Merge branch 'jc/repack'Junio C Hamano
2006-06-29Merge branch 'js/patch'Junio C Hamano
2006-06-29diff.c: fix get_patch_id()Junio C Hamano
2006-06-29t4014: fix test commit labels.Junio C Hamano
2006-06-29checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano
2006-06-28t/README: start testing porcelainishJunio C Hamano
2006-06-28Save errno in handle_alias()Johannes Schindelin
2006-06-28rebase: check for errors from git-commitEric Wong
2006-06-28cvsimport - cleanup of the multi-indexes handlingMartin Langhoff
2006-06-28connect.c: check the commit buffer boundary while parsing.Junio C Hamano
2006-06-28connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano
2006-06-28Make some strings constTimo Hirvonen
2006-06-28rebase: get rid of outdated MRESOLVEMSGEric Wong
2006-06-28git wrapper: fix command name in an error message.Andreas Ericsson
2006-06-28git-svn: be verbose by default on fetch/commit, add -q/--quiet optionEric Wong
2006-06-28git-svn: add --follow-parent and --no-metadata options to fetchEric Wong
2006-06-28git-svn: add the commit-diff commandEric Wong
2006-06-28git-svn: several graft-branches improvementsEric Wong