gcr
gcr copied to clipboard
📑 Compact specification git commit tool, it has a variety of practical small functions. (Inspired by git-cz on Node.js)
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 4.0.26. Release notes Sourced from clap's releases. v4.0.26 [4.0.26] - 2022-11-16 Fixes (error) Fix typos in ContextKind::as_str v4.0.25 [4.0.25] - 2022-11-15 Features (error) Report available...
Bumps [console](https://github.com/console-rs/console) from 0.15.0 to 0.15.2. Changelog Sourced from console's changelog. 0.15.2 Enhancements Dropped once_cell dependency to support MSRV again. 0.15.1 Enhancements ANSI support no longer depends on regex crate....
Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.10.1 to 0.10.2. Changelog Sourced from dialoguer's changelog. Changelog Commits 091bc92 Release 0.10.2 6a8c08c Merge pull request #203 from kianmeng/fix-typos 186d658 Fix typos 2fd4001 Merge pull request...
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.4 to 0.15.0. Commits f37fee7 blame: fix typo s/Widnows/Windows/ 29cbc03 version bump (#781) 5383afc impl Send for TreeUpdateBuilder (#784) 2c67635 Provide a function to modify the GIT_OPT_ENABLE_CACHING...
By default, if `signingKey` is specified in `~/.gitconfig`, git will automatically sign the commit using `gpg`. But when using `grc`, commits are not signed. `git log --show-signature`  My gitconfig:...
# Feature - `grc` will submit with an implicit `GPG` signature. This feature does not require configuration. (Close #52)
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 4.1.8. Release notes Sourced from clap's releases. v4.1.8 [4.1.8] - 2023-02-27 Fixes (derive) Don't deny lints on the users behalf v4.1.7 [4.1.7] - 2023-02-27 Fixes...
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.4 to 0.16.1. Commits a233483 Update to libgit2 1.5.1 bce1555 Merge pull request #909 from ehuss/ssh-keys 222fbf3 Bump versions fa41943 Change the certificate_check callback to support passthrough....
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.9 to 0.5.11. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [console](https://github.com/console-rs/console) from 0.15.0 to 0.15.5. Changelog Sourced from console's changelog. 0.15.5 Enhancements Removed regex dependency. (#153) Clarified that clicolors-control is no longer used. Handle non-tty terminals in read_char. (#124)...