gix-credentials v0.22.0
·
2984 commits
to main
since this release
New Features
- trace credential helper invocations.
This should make it easier to understand what's going on in case
something isn't working as expected.
Bug Fixes
- make certain git-credential helper implementations work from cmd-prompts on Windows
On prompts, typically onlygit.exeis available, but no shell (i.e.sh).
Thus, we have to prefer going throughgit.exeto launch credential helpers and possibly split
simple arguments ourselves.
Commit Statistics
- 13 commits contributed to the release over the course of 53 calendar days.
- 54 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #1103
Commit Details
view details
- #1103
- Uncategorized
- Prepare changelogs prior to release (d3dcbe5)
- Merge branch 'check-cfg' (5a0d93e)
- Replace all docsrs config by the document-features feature (bb3224c)
- Merge branch 'sh-on-windows' (2b80d84)
- Remove special handling in favor of allowing shell-avoidance. (a0cc80d)
- Merge branch 'fix-1103' (d75159c)
- Merge branch 'error' (c372321)
- Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)
- Assure all crates have includes configured (065ab57)
- Release gix-url v0.25.1 (47a1241)