visevol / GithubVisualisation

PFE028 Été 2024
MIT License
0 stars 1 forks source link

[Backend] Change the order of commits in GitRepository#logs #25

Closed zergov closed 1 week ago

zergov commented 1 week ago

Pass the --reverse flag to git log inside GitRepository.

This means we now index commits in chronological order. Which means the latest commit is technically always the highest id.

This means: