Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Check and document the options to prevent mistakes. | Eric W. Biederman | 2006-06-22 | 2 | -0/+23 | |
* | | | | | | Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used. | Yakov Lerner | 2006-06-22 | 1 | -1/+2 | |
* | | | | | | Fix grow_refs_hash() | Linus Torvalds | 2006-06-21 | 1 | -16/+14 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | object-refs: avoid division by zero | Andre Noll | 2006-06-21 | 1 | -0/+3 | |
| |_|/ / |/| | | | ||||||
* | | | | Fix possible out-of-bounds array access | Uwe Zeisberger | 2006-06-21 | 1 | -4/+5 | |
* | | | | checkout -f: do not leave untracked working tree files. | Junio C Hamano | 2006-06-20 | 1 | -2/+1 | |
* | | | | Log peer address when git-daemon called from inetd | David Woodhouse | 2006-06-20 | 1 | -24/+34 | |
* | | | | git-svn: fix --rmdir when using SVN:: libraries | Eric Wong | 2006-06-20 | 3 | -6/+41 | |
|/ / / | ||||||
* | | | xdiff: minor changes to match libxdiff-0.21 | Junio C Hamano | 2006-06-19 | 2 | -7/+5 | |
* | | | fix rfc2047 formatter. | Junio C Hamano | 2006-06-19 | 1 | -4/+17 | |
* | | | Fix t8001-annotate and t8002-blame for ActiveState Perl | Dennis Stosberg | 2006-06-19 | 1 | -1/+1 | |
* | | | Add specialized object allocator | Linus Torvalds | 2006-06-19 | 7 | -5/+67 | |
|/ / | ||||||
* | | Merge branch 'yl/build' | Junio C Hamano | 2006-06-18 | 1 | -8/+20 | |
|\ \ | ||||||
| * | | auto-detect changed prefix and/or changed build flags | Yakov Lerner | 2006-06-17 | 1 | -8/+20 | |
* | | | Merge branch 'jc/shared' | Junio C Hamano | 2006-06-18 | 5 | -7/+47 | |
|\ \ \ | ||||||
| * | | | shared repository: optionally allow reading to "others". | Junio C Hamano | 2006-06-10 | 5 | -7/+47 | |
* | | | | Merge branch 'eb/mail' | Junio C Hamano | 2006-06-18 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix git-format-patch -s | Eric W. Biederman | 2006-06-17 | 1 | -2/+5 | |
| | |/ / | |/| | | ||||||
* | | | | Fix PPC SHA1 routine for large input buffers | Paul Mackerras | 2006-06-18 | 1 | -1/+1 | |
* | | | | Make t8001-annotate and t8002-blame more portable | Dennis Stosberg | 2006-06-18 | 1 | -3/+1 | |
* | | | | Remove "refs" field from "struct object" | Linus Torvalds | 2006-06-18 | 5 | -74/+149 | |
* | | | | Make release tarballs friendlier to older tar versions | Rene Scharfe | 2006-06-18 | 1 | -1/+1 | |
* | | | | git-tar-tree: no more void pointer arithmetic | Rene Scharfe | 2006-06-18 | 1 | -2/+5 | |
* | | | | git-tar-tree: documentation update | Rene Scharfe | 2006-06-18 | 1 | -5/+10 | |
* | | | | git-tar-tree: Simplify write_trailer() | Rene Scharfe | 2006-06-18 | 1 | -25/+15 | |
|/ / / | ||||||
* | | | Some more memory leak avoidance | Linus Torvalds | 2006-06-17 | 3 | -2/+14 | |
* | | | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 2006-06-17 | 6 | -42/+48 | |
* | | | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 21 | -96/+113 | |
* | | | Merge early part of branch 'jc/fetchupload' | Junio C Hamano | 2006-06-17 | 1 | -0/+16 | |
|\ \ \ | ||||||
| * | | | fetch-pack: give up after getting too many "ack continue" | Junio C Hamano | 2006-05-24 | 1 | -0/+16 | |
* | | | | Merge branch 'jc/rw-prefix' | Junio C Hamano | 2006-06-17 | 7 | -13/+141 | |
|\ \ \ \ | ||||||
| * | | | | read-tree: reorganize bind_merge code. | Junio C Hamano | 2006-05-17 | 1 | -6/+6 | |
| * | | | | write-tree: --prefix=<path> | Junio C Hamano | 2006-05-01 | 5 | -6/+67 | |
| * | | | | read-tree: --prefix=<path>/ option. | Junio C Hamano | 2006-05-01 | 2 | -8/+75 | |
* | | | | | Merge branch 'pe/date' | Junio C Hamano | 2006-06-17 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | date.c: improve guess between timezone offset and year. | Paul Eggert | 2006-06-08 | 1 | -1/+1 | |
* | | | | | mailinfo: ignore blanks after in-body headers. | Junio C Hamano | 2006-06-17 | 1 | -8/+14 | |
* | | | | | Don't parse any headers in the real body of an email message. | Eric W. Biederman | 2006-06-17 | 1 | -0/+2 | |
* | | | | | t5100: mailinfo and mailsplit tests. | Junio C Hamano | 2006-06-17 | 17 | -0/+626 | |
* | | | | | Make t4101-apply-nonl bring along its patches | Dennis Stosberg | 2006-06-17 | 13 | -5/+89 | |
* | | | | | Update gitweb README: gitweb is now included with git | Jakub Narebski | 2006-06-17 | 1 | -8/+1 | |
* | | | | | git-cvsexportcommit.perl: fix typo | Sven Verdoolaege | 2006-06-17 | 1 | -1/+1 | |
* | | | | | gitweb.cgi history not shown | Linus Torvalds | 2006-06-16 | 3 | -1/+8 | |
* | | | | | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 | 9 | -27/+28 | |
* | | | | | gitweb: Make the `blame' interface in gitweb optional. | Florian Forster | 2006-06-16 | 1 | -2/+25 | |
* | | | | | gitweb: Adding a `blame' interface. | Florian Forster | 2006-06-16 | 1 | -1/+107 | |
* | | | | | cvsimport: keep one index per branch during import | Martin Langhoff | 2006-06-16 | 1 | -7/+30 | |
* | | | | | cvsimport: complete the cvsps run before starting the import | Martin Langhoff | 2006-06-16 | 1 | -14/+28 | |
* | | | | | cvsimport: ignore CVSPS_NO_BRANCH and impossible branches | Martin Langhoff | 2006-06-16 | 1 | -1/+16 | |
* | | | | | blame: Add --time to produce raw timestamps | Fredrik Kuivinen | 2006-06-16 | 2 | -5/+24 |