Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
* | Merge branch 'lt/objlist' into next | Junio C Hamano | 2006-06-19 | |
|\ | ||||
| * | Add "named object array" concept | Linus Torvalds | 2006-06-19 | |
| * | xdiff: minor changes to match libxdiff-0.21 | Junio C Hamano | 2006-06-19 | |
| * | fix rfc2047 formatter. | Junio C Hamano | 2006-06-19 | |
| * | Fix t8001-annotate and t8002-blame for ActiveState Perl | Dennis Stosberg | 2006-06-19 | |
| * | Add specialized object allocator | Linus Torvalds | 2006-06-19 | |
| | | ||||
| \ | ||||
| \ | ||||
| \ | ||||
*---. \ | Merge branches 'js/lsfix', 'pb/config' and 'jn/web' into next | Junio C Hamano | 2006-06-19 | |
|\ \ \ \ | ||||
| | | * | | Make CSS file gitweb/gitweb.css more readable | Jakub Narebski | 2006-06-19 | |
| | * | | | Read configuration also from $HOME/.gitconfig | Johannes Schindelin | 2006-06-19 | |
| | * | | | Fix setting config variables with an alternative GIT_CONFIG | Johannes Schindelin | 2006-06-19 | |
| * | | | | Initialize lock_file struct to all zero. | Johannes Schindelin | 2006-06-19 | |
* | | | | | Merge early parts of branch 'ff/c99' | Junio C Hamano | 2006-06-18 | |
|\ \ \ \ \ | ||||
| * | | | | | Change types used in bitfields to be `int's. | Florian Forster | 2006-06-18 | |
| * | | | | | Don't use empty structure initializers. | Florian Forster | 2006-06-18 | |
| * | | | | | Cast pointers to `void *' when used in a format. | Florian Forster | 2006-06-18 | |
| * | | | | | Don't instantiate structures with FAMs. | Florian Forster | 2006-06-18 | |
| * | | | | | Initialize FAMs using `FLEX_ARRAY'. | Florian Forster | 2006-06-18 | |
| * | | | | | Remove ranges from switch statements. | Florian Forster | 2006-06-18 | |
| | |_|_|/ | |/| | | | ||||
* | | | | | Merge early parts of branch 'ls/am' | Junio C Hamano | 2006-06-18 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Make git-update-ref a builtin | Lukas Sandström | 2006-06-18 | |
| * | | | | Make git-update-index a builtin | Lukas Sandström | 2006-06-18 | |
| * | | | | Make git-stripspace a builtin | Lukas Sandström | 2006-06-18 | |
| * | | | | Make git-mailinfo a builtin | Lukas Sandström | 2006-06-18 | |
| * | | | | Make git-mailsplit a builtin | Lukas Sandström | 2006-06-18 | |
| * | | | | Make git-write-tree a builtin | Lukas Sandström | 2006-06-18 | |
| |/ / / | ||||
* | | | | Merge branch 'jn/web' into next | Junio C Hamano | 2006-06-18 | |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Fix gitweb stylesheet | Jakub Narebski | 2006-06-18 | |
| * | | | Support for the standard mime.types map in gitweb | Petr Baudis | 2006-06-18 | |
| * | | | gitweb: text files for 'blob_plain' action without charset by default | Jakub Narebski | 2006-06-18 | |
| * | | | gitweb: safely output binary files for 'blob_plain' action | Jakub Narebski | 2006-06-18 | |
| * | | | Move gitweb style to gitweb.css | Jakub Narebski | 2006-06-18 | |
| |/ / | ||||
* | | | Merge branch 'pb/config' into next | Junio C Hamano | 2006-06-18 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Support for extracting configuration from different files | Petr Baudis | 2006-06-18 | |
| |/ | ||||
| * | Merge branch 'yl/build' | Junio C Hamano | 2006-06-18 | |
| |\ | ||||
| * \ | Merge branch 'jc/shared' | Junio C Hamano | 2006-06-18 | |
| |\ \ | ||||
| * \ \ | Merge branch 'eb/mail' | Junio C Hamano | 2006-06-18 | |
| |\ \ \ | ||||
| * | | | | Fix PPC SHA1 routine for large input buffers | Paul Mackerras | 2006-06-18 | |
| * | | | | Make t8001-annotate and t8002-blame more portable | Dennis Stosberg | 2006-06-18 | |
| * | | | | Remove "refs" field from "struct object" | Linus Torvalds | 2006-06-18 | |
| * | | | | Make release tarballs friendlier to older tar versions | Rene Scharfe | 2006-06-18 | |
* | | | | | Merge branch 'master' into next | Junio C Hamano | 2006-06-18 | |
|\ \ \ \ \ | |/ / / / | ||||
| * | | | | git-tar-tree: no more void pointer arithmetic | Rene Scharfe | 2006-06-18 | |
| * | | | | git-tar-tree: documentation update | Rene Scharfe | 2006-06-18 | |
| * | | | | git-tar-tree: Simplify write_trailer() | Rene Scharfe | 2006-06-18 | |
* | | | | | Merge branch 'yl/build' into next | Junio C Hamano | 2006-06-17 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||
| * | | | | auto-detect changed prefix and/or changed build flags | Yakov Lerner | 2006-06-17 | |
| |/ / / | ||||
* | | | | Merge branch 'eb/mail' into next | Junio C Hamano | 2006-06-17 | |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Fix git-format-patch -s | Eric W. Biederman | 2006-06-17 | |
| |/ / | ||||
| * | | Some more memory leak avoidance | Linus Torvalds | 2006-06-17 | |
| * | | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 2006-06-17 |