Bug Fixes
- binary config output parsing can now deal with quotes on windows.
Previously we would return paths that contained quotes.
Note that we don't properly unquote C-style strings
(which this is: https://github.com/git/git/blob/d9d677b2d8cc5f70499db04e633ba7a400f64cbf/builtin/config.c#L197)
thinking that the git-binary configuration paths are well-known and don't need the complete decoding.
If so, this is already implemented ingix_quote::ansi_c::undo()
.
New Features (BREAKING)
-
allow to ignore IO errors when reading configuration files.
Sometimes, IO errors can occour consistently when reading from certain
paths (on Windows, really), and it should be possible to not only see
which path that is but also to ignore them entirely.Now IO errors contain the path of the failed configuration file.
There is also a new option flag to ignore errors (off by default).
Commit Statistics
- 7 commits contributed to the release over the course of 15 calendar days.
- 15 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #790
Commit Details
view details
- #790
- Uncategorized