The latest maintenance release Git 1.7.9.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: 33f5a5b0b6c8f8addbbec0b042731c44fd79f90c git-1.7.9.5.tar.gz a88baa35440033263a4f52b258f2f76cb6f87731 git-htmldocs-1.7.9.5.tar.gz 37a162c22127adc82ce9fb75aacddb6428c565da git-manpages-1.7.9.5.tar.gz Also the following public repositories all have a copy of the v1.7.9.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 Git v1.7.9.5 Release Notes ========================== Fixes since v1.7.9.4 -------------------- * When "git config" diagnoses an error in a configuration file and shows the line number for the offending line, it miscounted if the error was at the end of line. * "git fast-import" accepted "ls" command with an empty path by mistake. * Various new-ish output decoration modes of "git grep" were not documented in the manual's synopsis section. * The "remaining" subcommand to "git rerere" was not documented. * "gitweb" used to drop warnings in the log file when "heads" view is accessed in a repository whose HEAD does not point at a valid branch. Also contains minor fixes and documentation updates. ---------------------------------------------------------------- Changes since v1.7.9.4 are as follows: Jakub Narebski (1): gitweb: Fix actionless dispatch for non-existent objects Jonathan Nieder (2): fast-import: leakfix for 'ls' of dirty trees fast-import: don't allow 'ls' of path with empty components Junio C Hamano (2): i18n of multi-line advice messages Git 1.7.9.5 Kirill Smelkov (1): t/Makefile: Use $(sort ...) explicitly where needed Mark Lodato (1): grep doc: add --break / --heading / -W to synopsis Martin Stenberg (1): config: report errors at the EOL with correct line number Nelson Benitez Leon (1): documentation: fix alphabetic ordered list for git-rebase man page Phil Hord (1): rerere: Document 'rerere remaining' Rodrigo Silva (MestreLion) (1): Documentation: improve description of GIT_EDITOR and preference order -- 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