Skip to content

v0.24.0

Compare
Choose a tag to compare
@Byron Byron released this 27 Apr 10:24
· 1653 commits to main since this release
9f2317f

New Features

  • gix index entries also prints attributes.
  • gix clone and gix fetch with controls for shallow repositories.
  • ein t trace-path know accepts the trace-file alias.

Bug Fixes

  • printing to stdout for commands that don't show progress is greatly improved.
    Previously it would have to lock stdout on each write, now this is done only once.
  • opening repositories without 'strict' mode also ignores IO errors.
    These will instead be logged, but won't make it impossible to open an
    otherwise fine repository.

New Features (BREAKING)

  • turn gix free index entries into gix index entries.

Commit Statistics

  • 25 commits contributed to the release over the course of 60 calendar days.
  • 60 days passed between releases.
  • 6 commits were understood as conventional.
  • 2 unique issues were worked on: #301, #790

Commit Details

view details
  • #301
  • #790
    • Opening repositories without 'strict' mode also ignores IO errors. (7bd8823)
  • Uncategorized
    • Merge branch 'index-entries-attrs' (f37a930)
    • gix index entries also prints attributes. (08e8fc2)
    • Printing to stdout for commands that don't show progress is greatly improved. (dd14a80)
    • Turn gix free index entries into gix index entries. (ca8ebdf)
    • Merge branch 'attributes-cache' (3456c84)
    • Adjust to changes in gix-worktree (13a070f)
    • Merge branch 'fix-819' (69faad0)
    • Add information about configuration flags related to fsync usage (8d5762c)
    • Merge branch 'main' into dev (23ee47f)
    • Merge branch 'worktree-stack' (3d47919)
    • Assure we load all gitattributes when needed. (9237121)
    • Merge branch 'fix-790' (ee36e5b)
    • Add group headings to all shallow-related arguments. (bbb4cb0)
    • Keep track of index.skipHash (f29f35c)
    • Make fmt (3836cc0)
    • Merge branch 'various-fixes' (cc0f506)
    • Fix clap derive declaration of conflicts (c502fa8)
    • Merge branch 'shallow-protocol' (531dd19)
    • gix clone and gix fetch with controls for shallow repositories. (9723e1a)
    • Improve error handling and reporting of ein t query (d5616b6)
    • Make fmt (8ef1cb2)
    • Merge branch 'rename-tracking' (3827ac6)
    • ein t trace-path know accepts the trace-file alias. (f93e964)