Skip to content

git-traverse v0.14.0

Compare
Choose a tag to compare
@Byron Byron released this 05 Apr 12:31
· 6010 commits to main since this release
b612021

Bug Fixes (BREAKING)

  • commit traversal now sorts by commit-time more thoroughly
    Previously the sorting was only partial as it was only among parents.
    Now it is full and among all currently visible commits.

    That way it is similar to what git log would produce.

Commit Statistics

  • 3 commits contributed to the release.
  • 2 days passed between releases.
  • 1 commit where understood as conventional.
  • 1 unique issue was worked on: #298

Commit Details

view details
  • #298
    • restrict signature changes to 'Ancestores::sorting()` (d71bd9d)
    • commit traversal now sorts by commit-time more thoroughly (dcdf657)
    • higher-performance 'seen' tracking for commit traversal (8c530d1)