summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upload-pack: avoid sending an incomplete pack upon failureJunio C Hamano2006-06-211-14/+163
* Fix possible out-of-bounds array accessUwe Zeisberger2006-06-211-4/+5
* checkout -f: do not leave untracked working tree files.Junio C Hamano2006-06-201-2/+1
* Log peer address when git-daemon called from inetdDavid Woodhouse2006-06-201-24/+34
* git-svn: fix --rmdir when using SVN:: librariesEric Wong2006-06-203-6/+41
* xdiff: minor changes to match libxdiff-0.21Junio C Hamano2006-06-192-7/+5
* fix rfc2047 formatter.Junio C Hamano2006-06-191-4/+17
* Fix t8001-annotate and t8002-blame for ActiveState PerlDennis Stosberg2006-06-191-1/+1
* Add specialized object allocatorLinus Torvalds2006-06-197-5/+67
* Merge branch 'yl/build'Junio C Hamano2006-06-181-8/+20
|\
| * auto-detect changed prefix and/or changed build flagsYakov Lerner2006-06-171-8/+20
* | Merge branch 'jc/shared'Junio C Hamano2006-06-185-7/+47
|\ \
| * | shared repository: optionally allow reading to "others".Junio C Hamano2006-06-105-7/+47
* | | Merge branch 'eb/mail'Junio C Hamano2006-06-181-2/+5
|\ \ \
| * | | Fix git-format-patch -sEric W. Biederman2006-06-171-2/+5
| | |/ | |/|
* | | Fix PPC SHA1 routine for large input buffersPaul Mackerras2006-06-181-1/+1
* | | Make t8001-annotate and t8002-blame more portableDennis Stosberg2006-06-181-3/+1
* | | Remove "refs" field from "struct object"Linus Torvalds2006-06-185-74/+149
* | | Make release tarballs friendlier to older tar versionsRene Scharfe2006-06-181-1/+1
* | | git-tar-tree: no more void pointer arithmeticRene Scharfe2006-06-181-2/+5
* | | git-tar-tree: documentation updateRene Scharfe2006-06-181-5/+10
* | | git-tar-tree: Simplify write_trailer()Rene Scharfe2006-06-181-25/+15
|/ /
* | Some more memory leak avoidanceLinus Torvalds2006-06-173-2/+14
* | Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-176-42/+48
* | Shrink "struct object" a bitLinus Torvalds2006-06-1721-96/+113
* | Merge early part of branch 'jc/fetchupload'Junio C Hamano2006-06-171-0/+16
|\ \
| * | fetch-pack: give up after getting too many "ack continue"Junio C Hamano2006-05-241-0/+16
* | | Merge branch 'jc/rw-prefix'Junio C Hamano2006-06-177-13/+141
|\ \ \
| * | | read-tree: reorganize bind_merge code.Junio C Hamano2006-05-171-6/+6
| * | | write-tree: --prefix=<path>Junio C Hamano2006-05-015-6/+67
| * | | read-tree: --prefix=<path>/ option.Junio C Hamano2006-05-012-8/+75
* | | | Merge branch 'pe/date'Junio C Hamano2006-06-171-1/+1
|\ \ \ \
| * | | | date.c: improve guess between timezone offset and year.Paul Eggert2006-06-081-1/+1
* | | | | mailinfo: ignore blanks after in-body headers.Junio C Hamano2006-06-171-8/+14
* | | | | Don't parse any headers in the real body of an email message.Eric W. Biederman2006-06-171-0/+2
* | | | | t5100: mailinfo and mailsplit tests.Junio C Hamano2006-06-1717-0/+626
* | | | | Make t4101-apply-nonl bring along its patchesDennis Stosberg2006-06-1713-5/+89
* | | | | Update gitweb README: gitweb is now included with gitJakub Narebski2006-06-171-8/+1
* | | | | git-cvsexportcommit.perl: fix typoSven Verdoolaege2006-06-171-1/+1
* | | | | gitweb.cgi history not shownLinus Torvalds2006-06-163-1/+8
* | | | | Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-169-27/+28
* | | | | gitweb: Make the `blame' interface in gitweb optional.Florian Forster2006-06-161-2/+25
* | | | | gitweb: Adding a `blame' interface.Florian Forster2006-06-161-1/+107
* | | | | cvsimport: keep one index per branch during importMartin Langhoff2006-06-161-7/+30
* | | | | cvsimport: complete the cvsps run before starting the importMartin Langhoff2006-06-161-14/+28
* | | | | cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesMartin Langhoff2006-06-161-1/+16
* | | | | blame: Add --time to produce raw timestampsFredrik Kuivinen2006-06-162-5/+24
* | | | | fix git aliasJunio C Hamano2006-06-161-3/+3
* | | | | Add a "--notags" option for git-p4import.Sean2006-06-162-5/+12
* | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2006-06-165-297/+2150
|\ \ \ \ \