commitizen
- Ebuilds: 2, Testing: 4.10.0 Description:
This is an interactive tool to commit based on some rules,
like conventional commits. It comes with some defaults commit styles,
like jira, conventional commits, etc, and it’s easily extendable.
It’s useful for teams, because it is possible to standardize
the commiting style.
Homepage:https://github.com/commitizen-tools/commitizen License: MIT
gitaly
- Ebuilds: 2, Testing: 13.12.15 Description:
As of GitLab 11.5, almost all application code accesses Git repositories
through Gitaly (fast Git RPC service for handling all git calls for Gitlab)
instead of direct disk access.
Homepage:https://gitlab.com/gitlab-org/gitaly License: MIT
gitlint
- Ebuilds: 2, Testing: 0.19.1 Description:
A commit-msg git hook or as part of your gating script in a CI pipeline.
Many of the gitlint validations are based on well-known community
standards, others are based on checks that we’ve found useful throughout
the years. Gitlint has sane defaults, but you can also easily customize
it to your own liking.
Homepage:https://github.com/jorisroovers/gitlint License: MIT
mercurial_keyring
- Ebuilds: 2, Testing: 1.4.4 Description:
A mercurial extension used to securely save HTTP and SMTP authentication
passwords in password databases. With this extension Mercurial remembers
passwords and reuses them without prompting (as if you stored them in .hgrc),
Homepage:https://foss.heptapod.net/mercurial/mercurial_keyring License: BSD