Changed (BREAKING)
- use git-glob crate for pattern parsing
Commit Statistics
- 65 commits contributed to the release over the course of 61 calendar days.
- 62 days passed between releases.
- 1 commit where understood as conventional.
- 2 unique issues were worked on: #301, #366
Thanks Clippy
Clippy helped 4 times to make code idiomatic.
Commit Details
view details
- #301
- update changelogs prior to release (84cb256)
- Fix crate release size by adding includes (f06f666)
- push base path handling to the caller (e4b57b1)
- adjust for different errors on windows when handling errors opening files… (9625829)
- match group from overrides (f4f5a11)
- A MatchGroup for later matching in stages, and for encapsulating some knoweldge about git repositories (0a5b5c4)
- A sketch of something that shouldn't be: a Description to instantiate patterns (388a8cd)
- adapt to changes in git-glob (229ac13)
- The first indication that directory-based excludes work (e868acc)
- adapt to changes in git-path (cc2d810)
- make fmt (50ff7aa)
- adapt to all changes in git-path with bstr support (f158648)
- Use
git-path
crate instead ofgit_features::path
(47e607d) - adjustments to go along with changes in git-features (c55cac6)
- a way to set a globs base path (3d58db8)
- Keep track of absolute patterns, those that have to start with it (3956480)
- Also parse the position of the first wildcard (4178a63)
- prepare for upcoming wildcard-length field in glob pattern (a11f5d4)
- use git-glob crate for pattern parsing (120d908)
- add option to not follow symlinks when reading attribute files (5d619e6)
- First primitive ignore pattern test works (0424136)
- re-export
git-glob
as itsCase
type is part of the public API (4b72045) - Sketch how attribute states can be used (d80b321)
- also skip negative attribute patterns (04ab5d3)
- Allow basename matches to work like before (4f6cefc)
- adapt to changes in git-glob and add failing test (cd58a1c)
- refactor (fe9fb4c)
- try using compatct_str for attribute storage (50b8c64)
- generalize parsing of paths in pattern lists (f66c27e)
- support for loading per-directory pattern lists as well (457c921)
- more pendantic baseline parsing (99c7b5f)
- first succeding tests for global repository excludes (4a1e797)
- enforce nicer/unified names so use struct instead of tuple (4c9a51e)
- refactor (0852f13)
- Baseline tests for global excludes and instantiation of pattern lists from files (afbb295)
- Basic match group pattern matching (cc1312d)
- adapt to changes in git-glob (0effef0)
- a more realistic git-attributes file for parser testing (42aae32)
- differentiate macro and attribute errors (a9e2b60)
- refactor (eaab5a5)
- macro parsing (0f677ce)
- refactor (9a9115f)
- prepare for macro support (1981f6f)
- Support for 'ends_with' matching mode (e9d222a)
- attribute name validation (65c416b)
- iterator actually iterates all lines in a buffer (6a37eee)
- parse all kinds of attributes, lacking name validation (96b0fca)
- Make line number accessible (0906bed)
- very basic parsing of attributes (3409a66)
- implement most of the ignore flags (d95905f)
- #366
- Uncategorized
- make fmt (251b6df)
- thanks clippy (d6787e4)
- Release git-glob v0.2.0, safety bump 3 crates (ab6bed7)
- Merge branch 'main' into worktree-stack (8674c11)
- Release git-diff v0.14.0, git-bitmap v0.1.0, git-index v0.2.0, git-tempfile v2.0.1, git-lock v2.0.0, git-mailmap v0.1.0, git-traverse v0.13.0, git-pack v0.17.0, git-quote v0.2.0, git-odb v0.27.0, git-packetline v0.12.4, git-url v0.4.0, git-transport v0.16.0, git-protocol v0.15.0, git-ref v0.12.0, git-worktree v0.1.0, git-repository v0.15.0, cargo-smart-release v0.9.0, safety bump 5 crates (e58dc30)
- thanks clippy (5992883)
- thanks clippy (ac53780)
- make fmt (7cf3545)
- Merge branch 'main' into mailmap (b2df941)
- Merge branch 'describe-rev' (77b7cd9)
- add
fixture_bytes
to test tools (85e3820) - refactor (3e78ff5)
- thanks clippy (365a8f0)