Now available for GNU/Linux, Mac OS X and Microsoft Windows

Feb 24, 2016 01:55 GMT  ·  By

The development team of the best free, open-source and cross-platform distributed version control system, Git, which is being used by numerous developers worldwide, has announced the release of Git 2.7.2.

Git 2.7.2 is the second maintenance release in the stable Git 2.7 series. According to the release notes, which we've also attached at the end of the article for reference, it implements various new features to some of the commands, as well as fixes a few bugs reported by users since the previous point release.

Among the changes, we can mention support for CRLF line terminations in the low-level merge machinery, which are used when conflict markers are inserted to CRLF line-terminated merged contents. Other highlight include support for reporting forced push to the "git push --force-with-lease" command and a fix for an issue with the "git worktree" command.

"'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," developers explain.

Tweaks have been implemented in the emulated "yes" command

The emulated "yes" command learned some new tricks in Git 27.2, such as the ability to be quick when generating redundant output, which might come in handy to some Windows developers. Moreover, the vimdiff backend of the "git mergetool" command can now number and arrange buffers in the order that matches the expectation of most of the developers who read LTR (left to right).

Last but not least, the documentation of the "git clean" command has been improved, and it no longer mentions the fact that the .git/modules/* are removed by using two "-f," and there are various minor test and general documentation updates. Download Git 2.7.2 for GNU/Linux, Mac OS X, and Microsoft Windows operating systems right now via Softpedia or directly from the project's website.

Git 2.7.2 Changelog