Sorry for the "\No newline at the end" brown paper bag bug, which happened soon after -rc0 but now fixed. Thanks Jeff. "git diff --check" was inconsistent with the highlighting of whitespace problems and was harder to use from scripts (which makes it a usability bug). Both have been fixed. Thanks Wincent. A handful "gitweb" fixes I forgot to apply earlier are now in. Thanks Jakub. A "git commit" regression has been noticed --- the post-commit summary was inconsistent with what is shown by git-status before making the commit. Thanks Daniel. A workaround for massive commit that exceeds command line limit when issuing "cvs status list-of-files" has been added. Thanks Jeff. Hopefully the final round of clean-up until 1.5.4 in whitespace area has been applied. Thanks Wincent and Bruce. I am reasonably happy that we are finding and fixing bugs. Please keep the fixes, including documentation updates, flowing in. * "git -p ls-tree HEAD" in a bare repository is still not fixed. http://thread.gmane.org/gmane.comp.version-control.git/68209?focus=68221 http://thread.gmane.org/gmane.comp.version-control.git/68209?focus=68338 * Hannes says "thread pack-objects" improvements needs a follow-up patch; it hasn't been applied here yet. * option parser regression fix really needs to be in by -rc1, but I just applied the initial round of Pierre's patches today. See "What's cooking" for the list. I need to coordinate with subsystem people and pull in changes for gitk, git-gui, user manual and git-svn. ---------------------------------------------------------------- * The 'master' branch has these since the last announcement in addition to the above. Andy Whitcroft (1): git-svn: expand handling of From: and Signed-off-by: Christian Couder (1): git-help: add "help.format" config variable. David S. Miller (1): fast-import: fix unalinged allocation and access Eric Wong (2): git-svn: unlink internal index files after operations git-svn: handle our top-level path being deleted and later re-added J. Bruce Fields (8): whitespace: fix off-by-one error in non-space-in-indent checking whitespace: reorganize initial-indent check whitespace: minor cleanup whitespace: fix initial-indent checking whitespace: more accurate initial-indent highlighting whitespace: fix config.txt description of indent-with-non-tab builtin-apply: minor cleanup of whitespace detection builtin-apply: stronger indent-with-on-tab fixing Jakub Narebski (2): gitweb: disambiguate heads and tags withs the same name gitweb: Teach "a=blob" action to be more lenient about blob/file mime type Jeff King (4): cvsexportcommit: fix massive commits trim_common_tail: brown paper bag fix. teach bash completion to treat commands with "--" as a helper rename git-browse--help to git-help--browse Johannes Sixt (1): threaded pack-objects: Use condition variables for thread communication. Junio C Hamano (15): git-commit: squelch needless message during an empty merge xdl_diff: identify call sites. xdi_diff: trim common trailing lines diff --check: minor fixups xdiff tail trimming: use correct type. commit: allow --amend to reuse message from another commit remote: Fix bogus make_branch() call in configuration reader. Rename git-browse-help helper to git-browse--help Retire git-runstatus for real. Start preparing the API documents. Update draft release notes for 1.5.4 Re-re-re-fix common tail optimization builtin-commit: fix summary output. builtin-commit: make summary output consistent with status Documentation/git-submodule: refer to gitmodules(5) Kristian Høgsberg (1): Use a strbuf for building up section header and key/value pair strings. Li Hong (1): Fix a memory leak Mike Hommey (8): Fix some more memory leaks in http-push.c Fix random sha1 in error message in http-fetch and http-push Remove the default_headers variable from http-push.c Remove a CURLOPT_HTTPHEADER (un)setting Avoid redundant declaration of missing_target() Use strbuf in http code Fix various memory leaks in http-push.c and http-walker.c Move fetch_ref from http-push.c and http-walker.c to http.c Nicolas Pitre (1): provide advance warning of some future pack default changes Petr Baudis (1): gitweb: Make config_to_multi return [] instead of [undef] Shawn Bohrer (1): Fix spelling mistakes in user manual Wincent Colaiuta (6): "diff --check" should affect exit status Unify whitespace checking Make "diff --check" output match "git apply" Add tests for "git diff --check" with core.whitespace options Use shorter error messages for whitespace problems Test interaction between diff --check and --exit-code anonymous (1): Documentation: describe pack idx v2 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html