<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/vcs.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Support regexp in log-fix [ci skip]</title>
<updated>2023-10-03T13:02:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-03T13:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=10379ebf90acd9622e4fccd9d4386ab3a69f4e9c'/>
<id>10379ebf90acd9622e4fccd9d4386ab3a69f4e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve VCS::GIT#format_changelog addessing [ci skip]</title>
<updated>2023-09-23T07:34:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-09-23T07:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d80002c902f128be11a567edafc6ef1a32ebb4d9'/>
<id>d80002c902f128be11a567edafc6ef1a32ebb4d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `File::NULL` instead of hard coded null device names</title>
<updated>2023-07-10T10:21:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-10T10:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c8d0470bb0888bcb6719ba536e5f3f6a8b6551bb'/>
<id>c8d0470bb0888bcb6719ba536e5f3f6a8b6551bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply zone offset to the last modified time</title>
<updated>2023-02-13T06:12:14+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-02-13T06:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=849087ccb1e0f7ec2a3c018f9aeb6b462c971893'/>
<id>849087ccb1e0f7ec2a3c018f9aeb6b462c971893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vcs.rb: do not reference the constant before assignment</title>
<updated>2022-11-01T02:40:32+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-01T02:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aa8c6759ee7d740939eab9ee0e94260aa8f4f010'/>
<id>aa8c6759ee7d740939eab9ee0e94260aa8f4f010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vcs.rb: copy safe directory configuration</title>
<updated>2022-10-30T08:06:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-30T06:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=00d5b7ce7c2e72170b7f563b9de0e7ac4bc8f772'/>
<id>00d5b7ce7c2e72170b7f563b9de0e7ac4bc8f772</id>
<content type='text'>
Now revision.tmp will be regenerated always and every times, even if
the recent file exists in the source directory, as far as using git.
On the other hand, VirtualBox mounts shared folders as root, and git
rejects the repository there as dubious ownership.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now revision.tmp will be regenerated always and every times, even if
the recent file exists in the source directory, as far as using git.
On the other hand, VirtualBox mounts shared folders as root, and git
rejects the repository there as dubious ownership.
</pre>
</div>
</content>
</entry>
<entry>
<title>vcs.rb: prettify debug print</title>
<updated>2022-10-30T08:06:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-30T03:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b64514f132615c00982d008bb2d7d2d1230d4f1c'/>
<id>b64514f132615c00982d008bb2d7d2d1230d4f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--zone` option to `VCS`</title>
<updated>2022-09-30T01:39:43+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-29T11:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab31d2e69fc8602514b19c90d3f6cc3d6893eb58'/>
<id>ab31d2e69fc8602514b19c90d3f6cc3d6893eb58</id>
<content type='text'>
Which controls the timezone offset for `RUBY_RELEASE_DATE`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Which controls the timezone offset for `RUBY_RELEASE_DATE`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `VCS::Null` for fallback</title>
<updated>2022-09-30T01:39:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-29T11:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a5644dadcd5e00b571d0029af4d96849e254cd4'/>
<id>5a5644dadcd5e00b571d0029af4d96849e254cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for the availability of the command when detecting</title>
<updated>2022-09-30T01:39:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-30T01:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f70ba9cf805dc58d993e60fe2bb06d6c5e2f08cb'/>
<id>f70ba9cf805dc58d993e60fe2bb06d6c5e2f08cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
