]> 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:

Fix diff-shades comment missing newlines (#3799)
authorRichard Si <sichard26@gmail.com>
Tue, 18 Jul 2023 14:51:16 +0000 (10:51 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 14:51:16 +0000 (06:51 -0800)
commit2f68ac850b5b5b8e955110112f841121b76effa4
tree3773b7c6b92c28abfc373c11c7cffd459ca16428
parent068f6fb8fa2b52f647aec8696033e43f6b0db70b
Fix diff-shades comment missing newlines (#3799)

Preserving newlines is done differently when writing to $GITHUB_OUTPUT
over the deprecated :set-output: command.
scripts/diff_shades_gha_helper.py