Skip to content

gix-ignore v0.11.0

Compare
Choose a tag to compare
@Byron Byron released this 20 Jan 08:19
· 1781 commits to main since this release
eb6aa8f

New Features (BREAKING)

  • Add experimental notion of precious files.
    Precious files are ignored files, but those that are not expendable.
    By default, all ignored files are expendable, but now it's possible to
    declare ignored files as precious, meaning they will not be removed
    just like untracked files.

    See [the technical document][1] for details.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)
    • Merge branch 'gix-status' (c3983c6)
    • Add experimental notion of precious files. (890efd5)