Hi, On 11/12/2020 14:41, zimoun wrote: > Hi, > > Discussing how to walk through the Git history > ~/.cache/guix/checkouts/<hash>, there is 2 ways to do: > > 1. Loop with commit-parents as it is done for ’commit-closure’ in > guix/git.scm. > > 2. Bind git_revwalk_* and use it instead. > > WDYT? > > Well, #1 is more straightforward but less efficient, IIUC. > > > All the best, > simon
I think #2 is the way to go. It may be more difficult to implement right now, but in the future it'll make things easier if we think about adding an option that allows us to choose the order the commits will be shown, for instance. Magali