git/git-reference

Public git changelog

Closed this issue · 2 comments

I'm looking for a list of major changes made to git over the years but I can't find any. Even the main repo doesn't seem to have a changelog file or a wiki to refer this. The main reason is that I want to know what major changes have been made since the release of Pro Git book (which is now 4 years old).

dscho commented

I'm looking for a list of major changes made to git over the years but I can't find any.

Look here: https://github.com/git/git/tree/master/Documentation/RelNotes

Thanks @dscho