### New Features
- `gix config` with section and sub-section filtering.
- `gix config` lists all entries of all configuration files git considers.
Filters allow to narrow down the output.
### Commit Statistics
- 37 commits contributed to the release over the course of 101 calendar days.
- 107 days passed between releases.
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
- 3 unique issues were worked on: #301, #331, #427
### Thanks Clippy
[Clippy](https://github.com/rust-lang/rust-clippy) helped 3 times to make code idiomatic.
### Commit Details
* **#301**
- Allow reading patterns from stdin (0c597fe)
- Add `--show-ignore-patterns` to `gix repo exclude query` (09f904b)
- Basic prefix support as well the first working version of `exclude query` (9cb8385)
- Support for overrides on the command-line (7d98b21)
- fix build (cb56f12)
- refactor (3ff991d)
- frame for `gix repo exclude query` (a331314)
- make fmt (50ff7aa)
* **#331**
- fix journey tests after `gix` restructuring (59b95c9)
- `gix config` with section and sub-section filtering. (eda39ec)
- `gix config` lists all entries of all configuration files git considers. (d99453e)
- refactor (a437abe)
- move 'exclude' up one level and dissolve 'repo' subcommand (8e5b796)
- move 'mailmap' up one level (5cf08ce)
- move 'odb' up one level (0ed65da)
- move 'tree' up one level (38a8350)
- move 'commit' up one level (72876f1)
- move 'verify' up one level (ac7d99a)
- move 'revision' one level up (c9c78e8)
- move 'remote' to 'free' (8967fcd)
- move commitgraph to 'free' (f99c3b2)
- move index to 'free' (83585bd)
- move 'pack' to 'free' (1cdecbc)
- migrate mailmap to the new 'free' section (141c5f1)
- first step towards moving all repository-commands one level up. (f4e1810)
- make obvious what plumbing and porcelain really are (faaf791)
- adjustments due to breaking changes in `git_path` (4420ae9)
* **#427**
- basic infrastructure for delegate implementation (d3c0bc6)
- Hookup explain command (1049b00)
- frame for `gix repo rev explain` (12e6277)
* **Uncategorized**
- thanks clippy (48b3f4a)
- make fmt (0700b09)
- Use git_path::realpath in all places that allow it right now (229dc91)
- make fmt (251b6df)
- Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif (0e01da7)
- thanks clippy (056e8d2)
- thanks clippy (fdec111)