History of 2020-04-18 The main line of history of some branch

2020-04-18
12:06 UTC Revision 1 . . . . Marcin BorkowskiSome time ago, it occurred to me that it would be cool to be able to see the history of some branch of my Git repository – say, develop – but filtered so that I could only see the commits done directly on develop (which do not happen very often) and merge commits indicating that some feature got merged into develop, but without the individual commits. This could then serve as a poor man’s changelog - a list of features committed to develop since e.g. last tagged version.