github Byron/gitoxide v0.31.0

11 months ago

This release includes an overhaul of the url parsing implementation, allowing more urls to be parsed correctly and refining the error messages for
invalid ones. Improvements include the added support for ssh aliases (github:byron/gitoxide has previously been parsed as local path), adjustments
around the interpretation of colons in file names (previously we disallowed colons that were not followed up with a slash character) and some smaller
changes that bring the interpretation of file urls more in line with Git's implementation.

There are still many (edge) cases in Git's url parsing implementation which are not handled correctly by Gitoxide. If you notice any such deviation please
open a new issue to help us making Gitoxide even more correct.

New Features

  • add shell completions for bash
  • gix status auto-writes changed indices.
    This prevents expensive operations to re-occour.
  • gix status -s/--statistics to obtain additional information on what happened.
    This is useful for understanding performance characteristics in detail.

Commit Statistics

  • 8 commits contributed to the release over the course of 7 calendar days.
  • 17 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge branch 'feat_completions' (681c607)
    • Refactor (fdd2df8)
    • User decides completion output (215c3ac)
    • Add shell completions for bash (70923a0)
    • Merge branch 'reset' (b842691)
    • Trust Ctime again (f929d42)
    • gix status auto-writes changed indices. (46e5919)
    • gix status -s/--statistics to obtain additional information on what happened. (7ba2fa1)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.