Skip to content

v0.32.0

Compare
Choose a tag to compare
@Byron Byron released this 06 Dec 16:07
· 621 commits to main since this release
a96956b

New Features

  • gix rev parse --format to provide different versions of the same content.
    This only applies to blobs, but allows to obtain different versions of the same blob
    like:

    • what's stored in Git
    • what would be checked out to the worktree
    • what would be diffed

Bug Fixes

  • in --trace mode, greatly increase message-buffer size.
    That way, it's much less likely that messages will get lost
    due to being overwritten before they can be displayed every
    100ms or so.
  • set binary name for completions

Bug Fixes (BREAKING)

  • rename GITOXIDE_* environment variables to GIX_#

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge branch 'adjustments-for-cargo' (8156340)
    • Rename GITOXIDE_* environment variables to GIX_# (2189cee)
    • Merge branch 'gix-status' (5fdc9df)
    • gix rev parse --format to provide different versions of the same content. (cf51a4d)
    • J fmt (51c7abc)
    • Merge branch 'gix-status' (dfb3f18)
    • Adapt to changes in gix-diff (1706e23)
    • Add thediff::resource_cache() low-level utility for rapid in-memory diffing of combinations of resources. (4aea9b0)
    • Merge branch 'support_ssl_verify' (5ce9784)
    • In gix read http.sslVerify config value and pass it to gix-transport. (c6e83cf)
    • Merge branch 'check-cfg' (5a0d93e)
    • Remove dead code from non-existent "lean-cli" feature (be1fa2f)
    • Replace all docsrs config by the document-features feature (bb3224c)
    • Merge branch 'feat_basic_connectivity_check' (1f9aca5)
    • Flatten fsck connectivity into just fsck much like git fsck (7ab5c76)
    • Refactor (7a88b42)
    • Add basic connectivity check (8f795e8)
    • Merge branch 'fix-1096' (48ef17e)
    • Allow to print a tree without prettification, using --tree-style raw. (8dfbb4b)
    • Merge branch 'trace-packetlines' (e7de4c7)
    • Automatically enforce strict mode if -c options are given on the command-line. (f9ae1bc)
    • In --trace mode, greatly increase message-buffer size. (b230078)
    • Merge branch 'discover-split-worktree' (16170d9)
    • Add gix free discover to inform about repository discovery. (886289f)
    • Merge branch 'fix_completion-bin-name' (fb81093)
    • Refactor (7f2bc08)
    • Set binary name for completions (eab22bd)