<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/commit-email.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>commit-email.rb: Suppress warnings</title>
<updated>2025-10-11T02:01:56+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-11T00:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e500265b099df21768c28890c77fade4b60da068'/>
<id>e500265b099df21768c28890c77fade4b60da068</id>
<content type='text'>
* assigned but unused variable
* literal string will be frozen in the future
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* assigned but unused variable
* literal string will be frozen in the future
</pre>
</div>
</content>
</entry>
<entry>
<title>commit-email.rb: Suppres git signed commit signatures</title>
<updated>2025-10-11T02:01:56+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-11T00:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b868beea10096df8e54c8b1175659f491a0b03dd'/>
<id>b868beea10096df8e54c8b1175659f491a0b03dd</id>
<content type='text'>
When setting `log.showSignature=true`, `git log` and `git show`
include messages gpg verfied the commits, in addition to the message
specified by `--pretty`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When setting `log.showSignature=true`, `git log` and `git show`
include messages gpg verfied the commits, in addition to the message
specified by `--pretty`.
</pre>
</div>
</content>
</entry>
<entry>
<title>commit-email.rb: Remove legacy SVN headers</title>
<updated>2025-10-09T04:22:35+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-10-09T04:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53d1731b68e2b18abd095f8e74dc6de9ab7276e1'/>
<id>53d1731b68e2b18abd095f8e74dc6de9ab7276e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "commit-email.rb: Use base64 instead of nkf"</title>
<updated>2025-10-09T00:03:17+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-10-09T00:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=77b62a8292b14e1c1640376a413b9e7e4080b32d'/>
<id>77b62a8292b14e1c1640376a413b9e7e4080b32d</id>
<content type='text'>
This reverts commit dbb5972b340f24d9ff4f3996f57439d5a6b3454e.

It didn't work, sorry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dbb5972b340f24d9ff4f3996f57439d5a6b3454e.

It didn't work, sorry.
</pre>
</div>
</content>
</entry>
<entry>
<title>commit-email.rb: Use base64 instead of nkf</title>
<updated>2025-10-08T23:32:10+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-10-08T23:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dbb5972b340f24d9ff4f3996f57439d5a6b3454e'/>
<id>dbb5972b340f24d9ff4f3996f57439d5a6b3454e</id>
<content type='text'>
which makes it more obvious what it's doing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which makes it more obvious what it's doing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate a test for commit-email.rb (#14784)</title>
<updated>2025-10-08T23:16:02+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashi.kokubun@shopify.com</email>
</author>
<published>2025-10-08T23:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0508786b73d572c5c2f56492823132c439ef2200'/>
<id>0508786b73d572c5c2f56492823132c439ef2200</id>
<content type='text'>
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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.</pre>
</div>
</content>
</entry>
<entry>
<title>post_push.yml: Rename commit-mail.rb back</title>
<updated>2025-10-08T22:05:37+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-10-08T22:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fc08d36a1521e5236cc10ef6bad9cb15693bac9d'/>
<id>fc08d36a1521e5236cc10ef6bad9cb15693bac9d</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
