The latest maintenance release Git v2.1.3 is now available at the usual places. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.1.3' 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.1.3 Release Notes ======================== * Some MUAs mangled a line in a message that begins with "From " to ">From " when writing to a mailbox file and feeding such an input to "git am" used to lose such a line. * "git daemon" (with NO_IPV6 build configuration) used to incorrectly use the hostname even when gethostbyname() reported that the given hostname is not found. * Newer versions of 'meld' breaks the auto-detection we use to see if they are new enough to support the `--output` option. * "git pack-objects" forgot to disable the codepath to generate object recheability bitmap when it needs to split the resulting pack. * "gitweb" used deprecated CGI::startfrom, which was removed from CGI.pm as of 4.04; use CGI::start_from instead. * "git log" documentation had an example section marked up not quite correctly, which passed AsciiDoc but failed with AsciiDoctor. Also contains some documentation updates. ---------------------------------------------------------------- Changes since v2.1.2 are as follows: David Aguilar (1): mergetools/meld: make usage of `--output` configurable and more robust Eric Sunshine (1): mailinfo: work around -Wstring-plus-int warning Jeff King (2): mailinfo: make ">From" in-body header check more robust pack-objects: turn off bitmaps when we split packs Junio C Hamano (1): Git 2.1.3 René Scharfe (3): daemon: handle gethostbyname() error daemon: fix error message after bind() daemon: remove write-only variable maxfd Roland Mas (1): gitweb: use start_form, not startform that was removed in CGI.pm 4.04 Wieland Hoffmann (1): git-tag.txt: Add a missing hyphen to `-s` brian m. carlson (1): Documentation: fix misrender of pretty-formats in Asciidoctor -- 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