sss123next: Tip for your link, you can filter by author and see all commits only by you:
https://github.com/miranda-ng/miranda-ng/commits/master?author=sss123nextOn a side note, I noticed you use very strange style of commit messages, is it intentional? Or maybe your software generates such "tree"? Recommended and standardized way is:
Commit subject
<empty line>
Optional description.
Here is nice article about how to write good commit messages:
https://chris.beams.io/posts/git-commit/ And in Miranda repo we prefix the subject with plugin name or "thing" that this commit is about. E.g. "Jabber: Add empty handlers for omemo message/key" or "libaxolotl: Fix project file"
But important is it everything important (main message) should be all on first line, and be very short. As you can see, even GitHub only shows first line (and only around first 60 chars) and everything else hides under [...] button, so your commit messages are usually very hard to read.
It would be appreciated if you could use the mentioned commit message style, as we others.