github Byron/gitoxide git-repository-v0.35.0
git-repository v0.35.0

19 months ago

This is the last release under this name and merely a notice to inform that git-repository from now on is gix.

Furthermore, all git-* crates belonging to the gitoxide project will be renamed to gix-*.

Changed (BREAKING)

  • a note of the pending rename of git-repository to gix

New Features

  • tree diffs with simple rename and copy tracking in cases where there is no additional modification.
    As the fastest way of rename tracking, we now offer support for tracking renames and copies,
    that is a file was renamed or copied without modification.
  • Add diff.renames and diff.renameLimit keys to config tree.
    In preparation for the implementation.

Commit Statistics

  • 4 commits contributed to the release.
  • 1 day passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • a note of the pending rename of git-repository to gix (1408482)
    • Merge branch 'rename-tracking' (9e7d792)
    • tree diffs with simple rename and copy tracking in cases where there is no additional modification. (069eb6c)
    • Add diff.renames and diff.renameLimit keys to config tree. (f6ed34a)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.