summaryrefslogtreecommitdiff
path: root/tool/commit-email.rb
AgeCommit message (Collapse)Author
2025-10-11commit-email.rb: Suppress warningsNobuyoshi Nakada
* assigned but unused variable * literal string will be frozen in the future
2025-10-11commit-email.rb: Suppres git signed commit signaturesNobuyoshi Nakada
When setting `log.showSignature=true`, `git log` and `git show` include messages gpg verfied the commits, in addition to the message specified by `--pretty`.
2025-10-08commit-email.rb: Remove legacy SVN headersTakashi Kokubun
2025-10-08Revert "commit-email.rb: Use base64 instead of nkf"Takashi Kokubun
This reverts commit dbb5972b340f24d9ff4f3996f57439d5a6b3454e. It didn't work, sorry.
2025-10-08commit-email.rb: Use base64 instead of nkfTakashi Kokubun
which makes it more obvious what it's doing.
2025-10-08Migrate a test for commit-email.rb (#14784)Takashi Kokubun
from https://github.com/ruby/git.ruby-lang.org/commit/2c4628e489ed00732a5bcde3373d784307c54280. Also drop ostruct from dependencies. We could remove nkf if we use base64, but it's also a bundled gem, so it doesn't really help.
2025-10-08post_push.yml: Rename commit-mail.rb backTakashi Kokubun
to commit-email.rb. I didn't realize I dropped a letter when I moved it. It wasn't really intended, so I change it back.