summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-20Merge branch 'jc/waitpid' into nextJunio C Hamano
2006-06-20Merge branch 'lt/objlist' into nextJunio C Hamano
2006-06-20Merge branches 'js/lsfix', 'pb/config' and 'jn/web' into nextJunio C Hamano
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-20Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano
2006-06-20xdiff: minor changes to match libxdiff-0.21Junio C Hamano
2006-06-20fix rfc2047 formatter.Junio C Hamano
2006-06-20Fix t8001-annotate and t8002-blame for ActiveState PerlDennis Stosberg
2006-06-20Add specialized object allocatorLinus Torvalds
2006-06-20Read configuration also from $HOME/.gitconfigJohannes Schindelin
2006-06-20Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin
2006-06-20Initialize lock_file struct to all zero.Johannes Schindelin
2006-06-19Make CSS file gitweb/gitweb.css more readableJakub Narebski
2006-06-19Merge early parts of branch 'ff/c99'Junio C Hamano
2006-06-19Merge early parts of branch 'ls/am'Junio C Hamano
2006-06-19Make git-update-ref a builtinLukas Sandström
2006-06-19Make git-update-index a builtinLukas Sandström
2006-06-19Make git-stripspace a builtinLukas Sandström
2006-06-19Make git-mailinfo a builtinLukas Sandström
2006-06-19Make git-mailsplit a builtinLukas Sandström
2006-06-19Make git-write-tree a builtinLukas Sandström
2006-06-19Merge branch 'jn/web' into nextJunio C Hamano
2006-06-19Merge branch 'pb/config' into nextJunio C Hamano
2006-06-19Fix gitweb stylesheetJakub Narebski
2006-06-19Support for the standard mime.types map in gitwebPetr Baudis
2006-06-19gitweb: text files for 'blob_plain' action without charset by defaultJakub Narebski
2006-06-19gitweb: safely output binary files for 'blob_plain' actionJakub Narebski
2006-06-19Move gitweb style to gitweb.cssJakub Narebski
2006-06-19Change types used in bitfields to be `int's.Florian Forster
2006-06-19Don't use empty structure initializers.Florian Forster
2006-06-19Cast pointers to `void *' when used in a format.Florian Forster
2006-06-19Don't instantiate structures with FAMs.Florian Forster
2006-06-19Initialize FAMs using `FLEX_ARRAY'.Florian Forster
2006-06-19Remove ranges from switch statements.Florian Forster
2006-06-19Support for extracting configuration from different filesPetr Baudis
2006-06-19Merge branch 'yl/build'Junio C Hamano
2006-06-19Merge branch 'jc/shared'Junio C Hamano
2006-06-19Merge branch 'eb/mail'Junio C Hamano
2006-06-19Fix PPC SHA1 routine for large input buffersPaul Mackerras
2006-06-18Make t8001-annotate and t8002-blame more portableDennis Stosberg
2006-06-18Remove "refs" field from "struct object"Linus Torvalds
2006-06-18Make release tarballs friendlier to older tar versionsRene Scharfe
2006-06-18Merge branch 'master' into nextJunio C Hamano
2006-06-18git-tar-tree: no more void pointer arithmeticRene Scharfe
2006-06-18git-tar-tree: documentation updateRene Scharfe
2006-06-18git-tar-tree: Simplify write_trailer()Rene Scharfe
2006-06-18Merge branch 'yl/build' into nextJunio C Hamano
2006-06-18auto-detect changed prefix and/or changed build flagsYakov Lerner
2006-06-18Merge branch 'eb/mail' into nextJunio C Hamano
2006-06-18Fix git-format-patch -sEric W. Biederman