Chore
- upgrade to clap 4.1
New Features
gix clone <url>
is now permitted without specifying a destination directory.
Note that the implementation doesn't take into account potential redirects and renames
as it's implemented only with the first URL it sees (not the redirected ones).- make more HTTP options available
http.schannelCheckRevoke
Commit Statistics
- 15 commits contributed to the release over the course of 47 calendar days.
- 49 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #683
Thanks Clippy
Clippy helped 2 times to make code idiomatic.
Commit Details
view details
- #683
gix clone <url>
is now permitted without specifying a destination directory. (b81f650)
- Uncategorized
- make fmt (e22080e)
- Merge branch 'adjustments-for-cargo' (7bba270)
gix progress
now usees the configuration tree as basis for data. (ea76bf5)- thanks clippy (f7b8794)
- upgrade to clap 4.1 (1d9a5e9)
- Merge branch 'patch-1' (b93f0c4)
- thanks clippy (9e04685)
- upgrade
tabled
(7aed326) - Merge branch 'gix-clone-improvements' (76c99f3)
- Merge branch 'adjustments-for-cargo' (f8c562a)
- adapt to changes in git-repository and git-transport (d336368)
- update planned usage of
ssh
related configuration variables. (3f91088) - Merge branch 'adjustments-for-cargo' (d821fc5)
- make more HTTP options available (38ae61a)