The latest maintenance release Git v2.0.4 is now available at the usual places. This is primarily to fix a regression of "git diff-tree" in v2.0.2. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.0.4' tag and the 'maint' branch that the tag points at: url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://code.google.com/p/git-core/ url = git://git.sourceforge.jp/gitroot/git-core/git.git url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core url = https://github.com/gitster/git Git v2.0.4 Release Notes ======================== * An earlier update to v2.0.2 broken output from "git diff-tree", which is fixed in this release. ---------------------------------------------------------------- Changes since v2.0.3 are as follows: Fabian Ruch (1): commit --amend: test specifies authorship but forgets to check Jeff King (8): alloc: write out allocator definitions move setting of object->type to alloc_* functions parse_object_buffer: do not set object type add object_as_type helper for casting objects alloc: factor out commit index object_as_type: set commit index diff-tree: avoid lookup_unknown_object t4013: test diff-tree's --stdin commit formatting Junio C Hamano (1): Git 2.0.4 Ramsay Allan Jones (1): alloc.c: remove the alloc_raw_commit_node() function -- 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