summaryrefslogtreecommitdiffstats
path: root/Documentation/git-unpack-objects.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano6-23/+139
2006-06-21Retire git-clone-packJunio C Hamano9-263/+7
2006-06-21upload-pack: prepare for sideband message support.Junio C Hamano2-7/+43
2006-06-21upload-pack: avoid sending an incomplete pack upon failureJunio C Hamano1-14/+163
2006-06-21Fix possible out-of-bounds array accessUwe Zeisberger1-4/+5
2006-06-21checkout -f: do not leave untracked working tree files.Junio C Hamano1-2/+1
2006-06-21Log peer address when git-daemon called from inetdDavid Woodhouse1-24/+34
2006-06-20git-svn: fix --rmdir when using SVN:: librariesEric Wong3-6/+41
2006-06-20xdiff: minor changes to match libxdiff-0.21Junio C Hamano2-7/+5
2006-06-20fix rfc2047 formatter.Junio C Hamano1-4/+17
2006-06-20Fix t8001-annotate and t8002-blame for ActiveState PerlDennis Stosberg1-1/+1
2006-06-20Add specialized object allocatorLinus Torvalds7-5/+67
2006-06-19Fix PPC SHA1 routine for large input buffersPaul Mackerras1-1/+1
2006-06-18Make t8001-annotate and t8002-blame more portableDennis Stosberg1-3/+1
2006-06-18Remove "refs" field from "struct object"Linus Torvalds5-74/+149
2006-06-18Make release tarballs friendlier to older tar versionsRene Scharfe1-1/+1
2006-06-18git-tar-tree: no more void pointer arithmeticRene Scharfe1-2/+5
2006-06-18git-tar-tree: documentation updateRene Scharfe1-5/+10
2006-06-18git-tar-tree: Simplify write_trailer()Rene Scharfe1-25/+15
2006-06-18auto-detect changed prefix and/or changed build flagsYakov Lerner1-8/+20
2006-06-18Fix git-format-patch -sEric W. Biederman1-2/+5
2006-06-18Some more memory leak avoidanceLinus Torvalds3-2/+14
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds6-42/+48
2006-06-18Shrink "struct object" a bitLinus Torvalds21-96/+113
2006-06-18mailinfo: ignore blanks after in-body headers.Junio C Hamano1-8/+14
2006-06-18Don't parse any headers in the real body of an email message.Eric W. Biederman1-0/+2
2006-06-18t5100: mailinfo and mailsplit tests.Junio C Hamano17-0/+626
2006-06-18Make t4101-apply-nonl bring along its patchesDennis Stosberg13-5/+89
2006-06-18Update gitweb README: gitweb is now included with gitJakub Narebski1-8/+1
2006-06-18git-cvsexportcommit.perl: fix typoSven Verdoolaege1-1/+1
2006-06-17gitweb.cgi history not shownLinus Torvalds3-1/+8
2006-06-17Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen9-27/+28
2006-06-17gitweb: Make the `blame' interface in gitweb optional.Florian Forster1-2/+25
2006-06-17gitweb: Adding a `blame' interface.Florian Forster1-1/+107
2006-06-17cvsimport: keep one index per branch during importMartin Langhoff1-7/+30
2006-06-17cvsimport: complete the cvsps run before starting the importMartin Langhoff1-14/+28
2006-06-17cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesMartin Langhoff1-1/+16
2006-06-17blame: Add --time to produce raw timestampsFredrik Kuivinen2-5/+24
2006-06-17fix git aliasJunio C Hamano1-3/+3
2006-06-17Add a "--notags" option for git-p4import.Sean2-5/+12
2006-06-16git-svn: rebuild convenience and bugfixesEric Wong1-2/+19
2006-06-16git-svn: svn (command-line) 1.0.x compatibilityEric Wong2-43/+51
2006-06-16git-svn: tests no longer fail if LC_ALL is not a UTF-8 localeEric Wong2-4/+9
2006-06-16git-svn: bugfix and optimize the 'log' commandEric Wong1-8/+52
2006-06-16git-svn: Eliminate temp file usage in libsvn_get_file()Eric Wong1-33/+23
2006-06-16git-svn: fix several small bugs, enable branch optimizationEric Wong1-65/+81
2006-06-16git-svn: avoid creating some small filesEric Wong1-18/+8
2006-06-16git-svn: make the $GIT_DIR/svn/*/revs directory obsoleteEric Wong4-132/+224
2006-06-16git-svn: add support for Perl SVN::* librariesEric Wong3-111/+974
2006-06-16git-svn: add 'log' command, a facsimile of basic `svn log'Eric Wong1-17/+243