summaryrefslogtreecommitdiffstats
path: root/git-merge-one-file.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-03Git.pm: assorted build related fixes.Petr Baudis3-13/+20
2006-07-03perl: fix make cleanJunio C Hamano1-1/+1
2006-07-03Perl interface: make testsuite work again.Junio C Hamano1-0/+2
2006-07-03Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano1-7/+13
2006-07-03Convert git-mv to use Git.pmPetr Baudis1-24/+21
2006-07-03Git.pm: Add support for subdirectories inside of working copiesPetr Baudis1-28/+129
2006-07-03Git.pm: Implement options for the command interfacePetr Baudis1-2/+35
2006-07-03Git.pm: Enhance the command_pipe() mechanismPetr Baudis1-23/+53
2006-07-03Git.pm: Handle failed commands' outputPetr Baudis2-22/+183
2006-07-03Git.pm: Better error handlingPetr Baudis2-16/+60
2006-07-03Add Error.pm to the distributionPetr Baudis2-0/+831
2006-07-03Git.pm: Implement Git::version()Petr Baudis3-2/+27
2006-07-03Git.pm: Call external commands using execv_git_cmd()Petr Baudis2-6/+28
2006-07-03Git.pm: Implement Git::exec_path()Petr Baudis2-1/+26
2006-07-03Introduce Git.pm (v4)Petr Baudis6-9/+516
2006-07-03Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg1-1/+1
2006-07-02revision.c: fix "dense" under --remove-emptyLinus Torvalds1-1/+1
2006-07-02git object hash cleanupsv1.4.1Linus Torvalds1-44/+53
2006-07-02revision.c: --full-history fix.Linus Torvalds1-4/+14
2006-07-02Fix errno usage in connect.cPetr Baudis1-6/+12
2006-07-02Minor documentation fixup.Robin Rosenberg1-3/+3
2006-07-01git-svn: allow a local target directory to be specified for initEric Wong1-2/+12
2006-07-01don't load objects needlessly when repackingNicolas Pitre1-17/+28
2006-07-01upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano1-3/+3
2006-06-30Abstract out accesses to object hash arrayLinus Torvalds4-13/+27
2006-06-30consider previous pack undeltified object state only when reusing delta dataNicolas Pitre1-2/+3
2006-06-30Do not try futile object pairs when repacking.Linus Torvalds1-0/+7
2006-06-29Racy GIT (part #3)Junio C Hamano1-1/+1
2006-06-29diff.c: fix get_patch_id()Junio C Hamano1-1/+1
2006-06-29t4014: fix test commit labels.Junio C Hamano1-3/+3
2006-06-29checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano2-2/+73
2006-06-28t/README: start testing porcelainishJunio C Hamano1-0/+1
2006-06-28Save errno in handle_alias()Johannes Schindelin1-1/+3
2006-06-28rebase: check for errors from git-commitEric Wong1-1/+6
2006-06-28cvsimport - cleanup of the multi-indexes handlingMartin Langhoff1-38/+24
2006-06-28connect.c: check the commit buffer boundary while parsing.Junio C Hamano1-4/+8
2006-06-28connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano1-6/+4
2006-06-28Make some strings constTimo Hirvonen11-15/+16
2006-06-28rebase: get rid of outdated MRESOLVEMSGEric Wong1-8/+3
2006-06-28git wrapper: fix command name in an error message.Andreas Ericsson1-2/+1
2006-06-28git-svn: be verbose by default on fetch/commit, add -q/--quiet optionEric Wong1-11/+23
2006-06-28git-svn: add --follow-parent and --no-metadata options to fetchEric Wong2-46/+167
2006-06-28git-svn: add the commit-diff commandEric Wong2-19/+112
2006-06-28git-svn: several graft-branches improvementsEric Wong2-13/+230
2006-06-28git-svn: SVN 1.1.x library compatibilityEric Wong4-12/+44
2006-06-28combine-diff.c: type sanityJunio C Hamano1-14/+15
2006-06-28quote.c: silence compiler warnings from EMIT macroJeff King1-1/+1
2006-06-28format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin1-10/+4
2006-06-27Fix expr usage for FreeBSDDennis Stosberg7-16/+16
2006-06-27t4014: fix for whitespace from "wc -l"Johannes Schindelin1-4/+4