Skip to content

v0.19.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 19 Feb 10:49
5acf0ba

Breaking changes

  • The way commits are iterated now changed. The new functionality is similar to git log --all command. It is ~3 times faster, but we are ignoring orphan commits (as git does).

Performance improvements

  • Perf: Traverse commit history instead of reading the packfile