The latest maintenance release Git v1.7.10.5 is now available at the usual places. The release tarballs are found at: http://code.google.com/p/git-core/downloads/list and their SHA-1 checksums are: 9d0767ef195d3971a891efaf11996158cb341499 git-1.7.10.5.tar.gz 3f205417f11a9ae478eb77541df483a8fc4a4bc8 git-htmldocs-1.7.10.5.tar.gz 2249a6481891a349ed9a11dec89a35afec9f9edb git-manpages-1.7.10.5.tar.gz Also the following public repositories all have a copy of the v1.7.10.5 tag and the maint branch that the tag points at: 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 This time I didn't forget to update DEF_VER in GIT-VERSION-FILE ;-) Git v1.7.10.5 Release Notes =========================== Fixes since v1.7.10.4 --------------------- * "git fast-export" did not give a readable error message when the same mark erroneously appeared twice in the --import-marks input. * "git rebase -p" used to pay attention to rebase.autosquash which was wrong. "git rebase -p -i" should, but "git rebase -p" by itself should not. ---------------------------------------------------------------- Changes since v1.7.10.4 are as follows: Johannes Schindelin (1): fast-export: report SHA-1 instead of gibberish when marks exist already Junio C Hamano (1): Git 1.7.10.5 Vincent van Ravesteijn (1): Do not autosquash in case of an implied interactive rebase -- 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