The latest maintenance release Git v2.7.2 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.7.2' 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 = 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.7.2 Release Notes ======================== Fixes since v2.7.1 ------------------ * The low-level merge machinery has been taught to use CRLF line termination when inserting conflict markers to merged contents that are themselves CRLF line-terminated. * "git worktree" had a broken code that attempted to auto-fix possible inconsistency that results from end-users moving a worktree to different places without telling Git (the original repository needs to maintain backpointers to its worktrees, but "mv" run by end-users who are not familiar with that fact will obviously not adjust them), which actually made things worse when triggered. * "git push --force-with-lease" has been taught to report if the push needed to force (or fast-forwarded). * The emulated "yes" command used in our test scripts has been tweaked not to spend too much time generating unnecessary output that is not used, to help those who test on Windows where it would not stop until it fills the pipe buffer due to lack of SIGPIPE. * The vimdiff backend for "git mergetool" has been tweaked to arrange and number buffers in the order that would match the expectation of majority of people who read left to right, then top down and assign buffers 1 2 3 4 "mentally" to local base remote merge windows based on that order. * The documentation for "git clean" has been corrected; it mentioned that .git/modules/* are removed by giving two "-f", which has never been the case. * Paths that have been told the index about with "add -N" are not quite yet in the index, but a few commands behaved as if they already are in a harmful way. Also includes tiny documentation and test updates. ---------------------------------------------------------------- Changes since v2.7.1 are as follows: Alex Henrie (1): stripspace: call U+0020 a "space" instead of a "blank" Andrew Wheeler (1): push: fix ref status reporting for --force-with-lease Dickson Wong (1): mergetool: reorder vim/gvim buffers in three-way diffs GyuYong Jung (1): git-cvsserver.perl: fix typo Johannes Schindelin (3): merge-file: let conflict markers match end-of-line style of the context merge-file: ensure that conflict sections match eol style test-lib: limit the output of the yes utility Junio C Hamano (2): Start preparing for 2.7.2 Git 2.7.2 Matt McCutchen (1): Documentation/git-clean.txt: don't mention deletion of .git/modules/* Nguyễn Thái Ngọc Duy (5): blame: remove obsolete comment add and use a convenience macro ce_intent_to_add() grep: make it clear i-t-a entries are ignored worktree.c: fix indentation worktree: stop supporting moving worktrees manually SZEDER Gábor (1): completion: fix mis-indentation in _git_stash() -- 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