Page 1 of 1

Recent git versions (May 2020) and there differences?

PostPosted: 01 Jun 2020, 08:04
by forum
Hello,

There are several git versions from May (11, which I am currently using on various Android devices including Fire TV, and then 22, 29, and 30).

How can I see what has been changed/how these versions differ from reach other, or between version/day 11 and 30? Do I have to go to GitHub or to SourceForge for that, or do I have to git/svn or something in my own building environment for a diff?

I know that the source code is on GitHub and compiled versions on SourceForge. But I have no clue how I can see the differences between the recent git versions.

Thanks for your hints! :)

Re: Recent git versions (May 2020) and there differences?

PostPosted: 01 Jun 2020, 19:38
by eltomito
Not sure if that's what you're looking for but the list of changes is in the git log. You can take a look at it at https://github.com/supertuxkart/stk-code/commits/master

Re: Recent git versions (May 2020) and there differences?

PostPosted: 01 Jun 2020, 20:52
by forum
Yes, that's it - thank you so much! :) I don't know why I didn't find this myself. :blush: