Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: binary config output parsing can now deal with quotes on windows. (
#790) 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 in `gix_quote::ansi_c::undo()`.
- Loading branch information