Skip to content

gix-index v0.25.0

Compare
Choose a tag to compare
@Byron Byron released this 24 Sep 18:20
· 2939 commits to main since this release
7891fb1

New Features

  • add trace for State::from_tree() as it's rather time-consuming

Bug Fixes

  • make time conversion more robust
    Previously it could easily fail if very old files are found, or future
    ones. Instead, such entries simply can't be compared quickly.

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.
  • 16 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (8a60d5b)
    • Merge branch 'reset' (54a8495)
    • Make time conversion more robust (fd034e0)
    • Add trace for State::from_tree() as it's rather time-consuming (959dc17)