Skip to content

Conversation

@ionnss
Copy link

@ionnss ionnss commented Sep 24, 2025

No description provided.

@gitgitgadget-git
Copy link

Welcome to GitGitGadget

Hi @ionnss, and welcome to GitGitGadget, the GitHub App to send patch series to the Git mailing list from GitHub Pull Requests.

Please make sure that either:

  • Your Pull Request has a good description, if it consists of multiple commits, as it will be used as cover letter.
  • Your Pull Request description is empty, if it consists of a single commit, as the commit message should be descriptive enough by itself.

You can CC potential reviewers by adding a footer to the PR description with the following syntax:

CC: Revi Ewer <[email protected]>, Ill Takalook <[email protected]>

NOTE: DO NOT copy/paste your CC list from a previous GGG PR's description,
because it will result in a malformed CC list on the mailing list. See
example.

Also, it is a good idea to review the commit messages one last time, as the Git project expects them in a quite specific form:

  • the lines should not exceed 76 columns,
  • the first line should be like a header and typically start with a prefix like "tests:" or "revisions:" to state which subsystem the change is about, and
  • the commit messages' body should be describing the "why?" of the change.
  • Finally, the commit messages should end in a Signed-off-by: line matching the commits' author.

It is in general a good idea to await the automated test ("Checks") in this Pull Request before contributing the patches, e.g. to avoid trivial issues such as unportable code.

Contributing the patches

Before you can contribute the patches, your GitHub username needs to be added to the list of permitted users. Any already-permitted user can do that, by adding a comment to your PR of the form /allow. A good way to find other contributors is to locate recent pull requests where someone has been /allowed:

Both the person who commented /allow and the PR author are able to /allow you.

An alternative is the channel #git-devel on the Libera Chat IRC network:

<newcontributor> I've just created my first PR, could someone please /allow me? https://github.com/gitgitgadget/git/pull/12345
<veteran> newcontributor: it is done
<newcontributor> thanks!

Once on the list of permitted usernames, you can contribute the patches to the Git mailing list by adding a PR comment /submit.

If you want to see what email(s) would be sent for a /submit request, add a PR comment /preview to have the email(s) sent to you. You must have a public GitHub email address for this. Note that any reviewers CC'd via the list in the PR description will not actually be sent emails.

After you submit, GitGitGadget will respond with another comment that contains the link to the cover letter mail in the Git mailing list archive. Please make sure to monitor the discussion in that thread and to address comments and suggestions (while the comments and suggestions will be mirrored into the PR by GitGitGadget, you will still want to reply via mail).

If you do not want to subscribe to the Git mailing list just to be able to respond to a mail, you can download the mbox from the Git mailing list archive (click the (raw) link), then import it into your mail program. If you use GMail, you can do this via:

curl -g --user "<EMailAddress>:<Password>" \
    --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt

To iterate on your change, i.e. send a revised patch or patch series, you will first want to (force-)push to the same branch. You probably also want to modify your Pull Request description (or title). It is a good idea to summarize the revision by adding something like this to the cover letter (read: by editing the first comment on the PR, i.e. the PR description):

Changes since v1:
- Fixed a typo in the commit message (found by ...)
- Added a code comment to ... as suggested by ...
...

To send a new iteration, just add another PR comment with the contents: /submit.

Need help?

New contributors who want advice are encouraged to join [email protected], where volunteers who regularly contribute to Git are willing to answer newbie questions, give advice, or otherwise provide mentoring to interested contributors. You must join in order to post or view messages, but anyone can join.

You may also be able to find help in real time in the developer IRC channel, #git-devel on Libera Chat. Remember that IRC does not support offline messaging, so if you send someone a private message and log out, they cannot respond to you. The scrollback of #git-devel is archived, though.

@gitgitgadget-git
Copy link

Invalid author email in 340998d: "[email protected]"

@gitgitgadget-git
Copy link

There are issues in commit 24f2b3a:
po: fix escaped underscores in README.md
Commit not signed off

Remove unnecessary backslashes from language code examples.
The underscores in "ll\_CC" and "zh\_CN" don't need escaping
in Markdown.

Signed-off-by: ionnss <[email protected]>
@ionnss
Copy link
Author

ionnss commented Sep 25, 2025

/preview

@gitgitgadget-git
Copy link

Error: User ionnss is not yet permitted to use GitGitGadget

@ionnss
Copy link
Author

ionnss commented Sep 25, 2025

/submit

@gitgitgadget-git
Copy link

Error: User ionnss is not yet permitted to use GitGitGadget

@dscho
Copy link
Member

dscho commented Sep 25, 2025

/allow

@gitgitgadget-git
Copy link

User ionnss is now allowed to use GitGitGadget.

WARNING: ionnss has no public email address set on GitHub; GitGitGadget needs an email address to Cc: you on your contribution, so that you receive any feedback on the Git mailing list. Go to https://github.com/settings/profile to make your preferred email public to let GitGitGadget know which email address to use.

@ionnss
Copy link
Author

ionnss commented Sep 25, 2025

/preview

@gitgitgadget-git
Copy link

Preview email sent as [email protected]

@ionnss
Copy link
Author

ionnss commented Sep 25, 2025

/submit

@gitgitgadget-git
Copy link

Submitted as [email protected]

To fetch this version into FETCH_HEAD:

git fetch https://github.com/gitgitgadget/git/ pr-git-2062/ionnss/master-v1

To fetch this version to local tag pr-git-2062/ionnss/master-v1:

git fetch --no-tags https://github.com/gitgitgadget/git/ tag pr-git-2062/ionnss/master-v1

@ionnss ionnss closed this Oct 7, 2025
webstech added a commit to gitgitgadget/git that referenced this pull request Dec 11, 2025
Bumps [marked](https://github.com/markedjs/marked) from 16.4.1 to
17.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/markedjs/marked/releases">marked's
releases</a>.</em></p>
<blockquote>
<h2>v17.0.0</h2>
<h1><a
href="https://github.com/markedjs/marked/compare/v16.4.2...v17.0.0">17.0.0</a>
(2025-11-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>only create tokens inside tokenizers (<a
href="https://redirect.github.com/markedjs/marked/issues/3755">#3755</a>)
(<a
href="https://github.com/markedjs/marked/commit/7b192315b286a444a0cc6407ca28cdee04af0f5d">7b19231</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Change how consecutive text tokens work in lists</li>
<li>Simplify listItem renderer</li>
<li>Checkbox token is added in list tokenizer</li>
<li>Checkbox token add type and raw property</li>
<li>Change loose list text tokens to paragraph type in the list
tokenizer</li>
</ul>
<h2>v16.4.2</h2>
<h2><a
href="https://github.com/markedjs/marked/compare/v16.4.1...v16.4.2">16.4.2</a>
(2025-11-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Avoid RegExp lookbehind assertions (<a
href="https://redirect.github.com/markedjs/marked/issues/3816">#3816</a>)
(<a
href="https://redirect.github.com/markedjs/marked/issues/3817">#3817</a>)
(<a
href="https://github.com/markedjs/marked/commit/c056df082cce077e49a2b8c45d51ef819c7a0b44">c056df0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/markedjs/marked/commit/9657f0bd4104c93e8a8cb8e54a4cc36615bf68a3"><code>9657f0b</code></a>
chore(release): 17.0.0 [skip ci]</li>
<li><a
href="https://github.com/markedjs/marked/commit/7b192315b286a444a0cc6407ca28cdee04af0f5d"><code>7b19231</code></a>
fix: only create tokens inside tokenizers (<a
href="https://redirect.github.com/markedjs/marked/issues/3755">#3755</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/244941a19225303f94aa60cb728373dc56e1dadf"><code>244941a</code></a>
chore(release): 16.4.2 [skip ci]</li>
<li><a
href="https://github.com/markedjs/marked/commit/c056df082cce077e49a2b8c45d51ef819c7a0b44"><code>c056df0</code></a>
fix: Avoid RegExp lookbehind assertions (<a
href="https://redirect.github.com/markedjs/marked/issues/3816">#3816</a>)
(<a
href="https://redirect.github.com/markedjs/marked/issues/3817">#3817</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/0551ab596862f25a2631de1df5ac3b408ff76572"><code>0551ab5</code></a>
docs: update browser compatibility (<a
href="https://redirect.github.com/markedjs/marked/issues/3827">#3827</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/5b683c6d319e804b2aa1d4a224c7b4c7866f1395"><code>5b683c6</code></a>
chore(deps-dev): Bump esbuild from 0.25.11 to 0.25.12 (<a
href="https://redirect.github.com/markedjs/marked/issues/3822">#3822</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/e3ad55692eb67108c822cc130b98cc4a04b2f493"><code>e3ad556</code></a>
chore(deps-dev): Bump eslint from 9.38.0 to 9.39.0 (<a
href="https://redirect.github.com/markedjs/marked/issues/3825">#3825</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/34ceab96553398141eedc79e2a85199142f37596"><code>34ceab9</code></a>
chore(deps-dev): Bump <code>@​semantic-release/github</code> from 12.0.0
to 12.0.1 (<a
href="https://redirect.github.com/markedjs/marked/issues/3823">#3823</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/2e14cdf4a47cefce0919ac95830e85703a3e065e"><code>2e14cdf</code></a>
chore(deps-dev): Bump rimraf from 6.0.1 to 6.1.0 (<a
href="https://redirect.github.com/markedjs/marked/issues/3824">#3824</a>)</li>
<li><a
href="https://github.com/markedjs/marked/commit/ee6b45fa005746ec66fbc4fc0da8ea1741724a56"><code>ee6b45f</code></a>
Update copyright notices (<a
href="https://redirect.github.com/markedjs/marked/issues/3818">#3818</a>)
(<a
href="https://redirect.github.com/markedjs/marked/issues/3820">#3820</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/markedjs/marked/compare/v16.4.1...v17.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marked&package-manager=npm_and_yarn&previous-version=16.4.1&new-version=17.0.0)](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants