Git 2.37-rc1 Released With "git -v" & "git -h" Convenient Options

Written by Michael Larabel in Programming on 19 June 2022 at 05:42 AM EDT. 4 Comments
PROGRAMMING
Following an initial rc0 tag earlier in the week, Git 2.37-rc1 was released on Friday for helping to facilitate testing for the next version of this leading, open-source distributed revision control system.

Git 2.37 doesn't contain any new "killer features" but a lot of incremental work over prior versions. Some of the changes for Git 2.37 include:

- Supporting git -v as an alternative to git --version. Similarly, git -h will now map to git --help.

- Temporary files fed to the external diff command are now generated inside a temporary directory under the same basename.

- The git add -i functionality was rewritten in C a while ago and is finally deemed ready for use by all users as the default.

- Initial code refactoring around transport and bundle code.

- Various performance optimizations, memory leak fixes, and other performance work.

- Dozens of bug fixes.

More details on the Git 2.37 changes built up so far in this current cycle can be found via the RC1 release announcement.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week