Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Reality2byte/git-scm.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1497ca0
Choose a base ref
...
head repository: Reality2byte/git-scm.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b8c096
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 17, 2025

  1. build(deps): bump rexml in the bundler group across 1 directory

    Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml).
    
    
    Updates `rexml` from 3.4.1 to 3.4.2
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.4.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-version: 3.4.2
      dependency-type: indirect
      dependency-group: bundler
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    88239b2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump rexml from 3.4.1 to 3.4.2 in the bundler group acro…

    …ss 1 directory (git#2080)
    
    Bumps the bundler group with 1 update in the / directory:
    [rexml](https://github.com/ruby/rexml).
    
    Updates `rexml` from 3.4.1 to 3.4.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.4.2 - 2025-08-26</h2>
    <h3>Improvement</h3>
    <ul>
    <li>
    <p>Improved performance.</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/244">GH-244</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/245">GH-245</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/246">GH-246</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/249">GH-249</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/256">GH-256</a></li>
    <li>Patch by NAITOH Jun</li>
    </ul>
    </li>
    <li>
    <p>Raise appropriate exception when failing to match start tag in
    DOCTYPE</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/247">GH-247</a></li>
    <li>Patch by NAITOH Jun</li>
    </ul>
    </li>
    <li>
    <p>Deprecate accepting array as an element in XPath.match, first and
    each</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/252">GH-252</a></li>
    <li>Patch by tomoya ishida</li>
    </ul>
    </li>
    <li>
    <p>Don't call needless encoding_updated</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/259">GH-259</a></li>
    <li>Patch by Sutou Kouhei</li>
    </ul>
    </li>
    <li>
    <p>Reuse XPath::match</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/263">GH-263</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Cache redundant calls for doctype</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/264">GH-264</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Use Safe Navigation (&amp;.) from Ruby 2.3</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/265">GH-265</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Remove redundant return statements</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/266">GH-266</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Added XML declaration check &amp; Source#skip_spaces method</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/282">GH-282</a></li>
    <li>Patch by NAITOH Jun</li>
    <li>Reported by Sofi Aberegg</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>Fix docs typo
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/248">GH-248</a></li>
    <li>Patch by James Coleman</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.4.2 - 2025-08-26 {#version-3-4-2}</h2>
    <h3>Improvement</h3>
    <ul>
    <li>
    <p>Improved performance.</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/244">GH-244</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/245">GH-245</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/246">GH-246</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/249">GH-249</a></li>
    <li><a
    href="https://github.com/ruby/rexml/issues/256">GH-256</a></li>
    <li>Patch by NAITOH Jun</li>
    </ul>
    </li>
    <li>
    <p>Raise appropriate exception when failing to match start tag in
    DOCTYPE</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/247">GH-247</a></li>
    <li>Patch by NAITOH Jun</li>
    </ul>
    </li>
    <li>
    <p>Deprecate accepting array as an element in XPath.match, first and
    each</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/252">GH-252</a></li>
    <li>Patch by tomoya ishida</li>
    </ul>
    </li>
    <li>
    <p>Don't call needless encoding_updated</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/259">GH-259</a></li>
    <li>Patch by Sutou Kouhei</li>
    </ul>
    </li>
    <li>
    <p>Reuse XPath::match</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/263">GH-263</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Cache redundant calls for doctype</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/264">GH-264</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Use Safe Navigation (&amp;.) from Ruby 2.3</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/265">GH-265</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Remove redundant return statements</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/266">GH-266</a></li>
    <li>Patch by pboling</li>
    </ul>
    </li>
    <li>
    <p>Added XML declaration check &amp; Source#skip_spaces method</p>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/282">GH-282</a></li>
    <li>Patch by NAITOH Jun</li>
    <li>Reported by Sofi Aberegg</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>Fix docs typo
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/issues/248">GH-248</a></li>
    <li>Patch by James Coleman</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/f36916fe1c66b8cdc1fe482263115625e084d8fe"><code>f36916f</code></a>
    Add 3.4.2 entry (<a
    href="https://github.com/ruby/rexml/issues/284">#284</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23"><code>5859bde</code></a>
    Added XML declaration check &amp; <code>Source#skip_spaces</code> method
    (<a
    href="https://github.com/ruby/rexml/issues/282">#282</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d876e3bf658b7b4ec7c3372867521695e8eb023"><code>1d876e3</code></a>
    Bump actions/checkout from 4 to 5 (<a
    href="https://github.com/ruby/rexml/issues/283">#283</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/c87bda8bb8773da7e5a0faf9f16ff165eb052a35"><code>c87bda8</code></a>
    Remove ostruct from dev deps (<a
    href="https://github.com/ruby/rexml/issues/281">#281</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/c60ae027a3c20f359fdf76fa41ae64d22313f482"><code>c60ae02</code></a>
    Remove bundler from dev deps (<a
    href="https://github.com/ruby/rexml/issues/277">#277</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/9b084d78708638cedff54743edc0907c4bd6574a"><code>9b084d7</code></a>
    Fix &amp; Deprecate REXML::Text#text_indent (<a
    href="https://github.com/ruby/rexml/issues/275">#275</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/04a589a61bf4e366abee8764ee74b03f4aecc4aa"><code>04a589a</code></a>
    Fix a bug that XPath can't be used for no document element (<a
    href="https://github.com/ruby/rexml/issues/268">#268</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/66232eaf680d0937ae59bea285cdb8e4d3d88a93"><code>66232ea</code></a>
    Remove redundant return statements (<a
    href="https://github.com/ruby/rexml/issues/266">#266</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/63f3e9772595a64b036953f0ab026d2ea5560a3b"><code>63f3e97</code></a>
    Use Safe Navigation (&amp;.) from Ruby 2.3 (<a
    href="https://github.com/ruby/rexml/issues/265">#265</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/d427fc5914fcc17d7247c5ff9099ee38639d6702"><code>d427fc5</code></a>
    Avoid redundant calls for doctype (<a
    href="https://github.com/ruby/rexml/issues/264">#264</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.4.1...v3.4.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.4.1&new-version=3.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/git/git-scm.com/network/alerts).
    
    </details>
    dscho authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    084a1cf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. build(deps): bump rexml in the bundler group across 1 directory

    Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml).
    
    
    Updates `rexml` from 3.4.1 to 3.4.2
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.4.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-version: 3.4.2
      dependency-type: indirect
      dependency-group: bundler
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    3b8c096 View commit details
    Browse the repository at this point in the history
Loading