]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

CI: add diff-shades integration (#2725)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Fri, 14 Jan 2022 02:50:02 +0000 (21:50 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 02:50:02 +0000 (18:50 -0800)
commit565f9c92b79a72deb7faec7503749979c791b6e1
tree1b88f70c725529aa7092c84dda2685e917e708b7
parent5543d1b55a2a485f2aaf32156ea97f4728264137
CI: add diff-shades integration (#2725)

Hopefully this makes it much easier to gauge the impacts of future
changes!
.github/workflows/diff_shades.yml [new file with mode: 0644]
.github/workflows/diff_shades_comment.yml [new file with mode: 0644]
.pre-commit-config.yaml
docs/contributing/gauging_changes.md
scripts/diff_shades_gha_helper.py [new file with mode: 0644]