Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find git release notes? [closed]

Tags:

git

I'm having trouble finding what's new in the latest release of git. For example, I could not find any info on git's main github page.

Where can one find git's release notes (ideally for all releases, but at least the latest one)?

like image 786
tymtam Avatar asked Feb 26 '26 18:02

tymtam


2 Answers

Git

Git release notes can be found under Documentation/RelNotes folder on github.

You can get to the files by going to git's main repo at https://github.com/git/git and then to Documentation folder, then RelNotes folder. Please note:

  1. 2.23 is more recent than 2.4, 2.10, etc.
  2. The files are ordered alphabetically so the latest release is not at the bottom.

The number of the latest release can be found by going to the Releases tab in the git repo.


Git for Windows

The release notes for Git for Windows are in github

You can get there via:

  1. https://gitforwindows.org/ -> All Releases; or
  2. https://github.com/git-for-windows/git -> Releases tab
like image 177
tymtam Avatar answered Mar 02 '26 05:03

tymtam


For the lasts version, GitHub blog is providing some highlights

For the last release at the moment (2.23):

https://github.blog/2019-08-16-highlights-from-git-2-23/

Inside, there is the link to the release notes (which is published in a mailing list): https://public-inbox.org/git/[email protected]/

like image 31
Philippe Avatar answered Mar 02 '26 05:03

Philippe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!