<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/SubmittingPatches, branch maint</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=maint</id>
<link rel='self' href='https://git.shady.money/git/atom?h=maint'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-11-04T15:48:06Z</updated>
<entry>
<title>Merge branch 'cc/doc-submitting-patches-with-ai'</title>
<updated>2025-11-04T15:48:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3012e5b650d98aa3d16d197a6b06a876dd08a153'/>
<id>urn:sha1:3012e5b650d98aa3d16d197a6b06a876dd08a153</id>
<content type='text'>
AI guidelines.

* cc/doc-submitting-patches-with-ai:
  SubmittingPatches: add section about AI
</content>
</entry>
<entry>
<title>SubmittingPatches: guidance for multi-series efforts</title>
<updated>2025-10-07T22:19:24Z</updated>
<author>
<name>Taylor Blau</name>
<email>me@ttaylorr.com</email>
</author>
<published>2025-10-07T21:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1a41698841065f7911f31f20cd1ba9ec7c297aae'/>
<id>urn:sha1:1a41698841065f7911f31f20cd1ba9ec7c297aae</id>
<content type='text'>
Occasionally there are efforts to contribute to the Git project that
span more than one patch series in order to achieve a broader goal. By
convention, the maintainer has typically suffixed the topic names with
"-part-one", or "-part-1" and so on.

Document that convention and suggest some guidance on how to structure
proposed topic names for multi-series efforts.

Suggested-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>SubmittingPatches: extend release-notes experiment to topic names</title>
<updated>2025-10-07T22:19:24Z</updated>
<author>
<name>Taylor Blau</name>
<email>me@ttaylorr.com</email>
</author>
<published>2025-10-07T21:39:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=881445157279bc2319b7b3c1392d5083453f4662'/>
<id>urn:sha1:881445157279bc2319b7b3c1392d5083453f4662</id>
<content type='text'>
In d255105c99 (SubmittingPatches: release-notes entry experiment,
2024-03-25), we began an experiment to have contributors suggest a topic
description to appear in our RelNotes and "What's cooking?" reports.
Extend that experiment to also welcome suggested topic branch names in
addition to descriptions.

Suggested-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>SubmittingPatches: add section about AI</title>
<updated>2025-10-01T21:27:04Z</updated>
<author>
<name>Christian Couder</name>
<email>christian.couder@gmail.com</email>
</author>
<published>2025-10-01T14:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7b0c37953d2e9198309ca6b6faf10bb5deeb4837'/>
<id>urn:sha1:7b0c37953d2e9198309ca6b6faf10bb5deeb4837</id>
<content type='text'>
As more and more developer tools use AI, we are facing two main risks
related to AI generated content:

  - its situation regarding copyright and license is not clear,
    and:

  - more and more bad quality content could be submitted for review to
    the mailing list.

To mitigate both risks, let's add an "Use of Artificial Intelligence"
section to "Documentation/SubmittingPatches" with the goal of
discouraging its blind use to generate content that is submitted to
the project, while still allowing us to benefit from its help in some
innovative, useful and less risky ways.

Helped-by: Rick Sanders &lt;rick@sfconservancy.org&gt;
Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>SubmittingPatches: allow non-real name contributions</title>
<updated>2025-07-16T14:35:45Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2025-07-16T00:25:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1f0fed312a40620b9f33f712d180a3c649e91e27'/>
<id>urn:sha1:1f0fed312a40620b9f33f712d180a3c649e91e27</id>
<content type='text'>
Our submission guidelines require people to use their real name, but
this is not always suitable for various reasons.

For people who are transgender or non-binary and are transitioning or
who think they might want to transition, it can be a major obstacle and
cause major discomfort to require the use of their real name.  This is
made worse by the fact that Git provides no way to change names built
into history, so the use of a deadname is forever.  Our code of conduct
states that we "pledge to act and interact in ways that contribute to an
open, welcoming, diverse, inclusive, and healthy community," and
changing this policy is one way we can improve things for contributors.

In addition, there are some developers who are so widely known
pseudonymously that they have a Wikipedia page with their handle and no
real name.  It would seem silly to reject patches from people who are
known and respected in their open-source community just because they
don't wish to share a real name.

There are also other good reasons why people might operate
pseudonymously: because they or their family members are well known and
they wish to protect their privacy, because of current or past
harassment or retaliation or fear of that happening in the future, or
because of concerns about unwanted attention from government officials
or other authority figures.  As much as possible, we want to welcome
contributions from anyone who is willing to participate positively in
our community without having them worry about their safety or privacy.

In all of these cases, we should allow people to proceed using a
preferred name or pseudonymously if, in their best judgment, that's the
right thing to do.  State that it is common to use a real name but
explicitly mention that contributors who are not comfortable doing so or
prefer to operate pseudonymously or under a preferred name can proceed
otherwise, provided the name is distinctive, identifying, and not
misleading.  For instance, using U+2060 (WORD JOINER) as one's ID would
likely be distinctive but not identifying, since most people would have
trouble reading it due to its zero-width nature.

We prohibit identities which are misleading, since our goal is to create
a community which works together with a common goal, and misleading or
deceiving others is not conducive to good community or compatible with
our code of conduct, nor is it compatible with making a legal assertion
about the provenance of one's code.

Explicitly prohibit anonymous contributions to ensure that we have some
line of provenance to a known (if pseudonymous) author who might be able
to respond to questions about it.  Explain that this is the reason we
have this policy to help contributors understand the rationale better.

Use "some form of your real name" since some current contributors use
shortened forms of their name or use initials, which have always been
considered acceptable.  This helps guide people who would be fine using
their real name but have misconfigured `user.name` thinking it is
intended to be a username or is used for authentication (despite our
documentation to the contrary), but also allows for a variety of
circumstances where the contributor would feel more comfortable not
doing so.

Note that this policy is the same as that of the Linux kernel[0] and the
CNCF[1], as well as many smaller projects.  The Linux kernel patch was
Acked-by one of the Linux Foundation's lawyers, Michael Dolan, so it
appears these changes have had legal review.

Additionally, retain the section header ID for ease of linking across
versions.

[0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d4563201f33a022fc0353033d9dfeb1606a88330
[1] https://github.com/cncf/foundation/blob/659fd32c86dc/dco-guidelines.md

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'as/gitk-git-gui-repo-update'</title>
<updated>2024-12-28T18:11:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-12-28T18:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=df2faf1a65fc821384e618b3c291a184fbed039e'/>
<id>urn:sha1:df2faf1a65fc821384e618b3c291a184fbed039e</id>
<content type='text'>
The developer documentation has been updated to give the latest
info on gitk and git-gui maintainer.

* as/gitk-git-gui-repo-update:
  Update the official repo of gitk
</content>
</entry>
<entry>
<title>Update the official repo of gitk</title>
<updated>2024-12-26T16:06:42Z</updated>
<author>
<name>Alexander Shopov</name>
<email>ash@kambanaria.org</email>
</author>
<published>2024-12-24T12:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b59358100c203b104e53523e1a4e3c2ad426334c'/>
<id>urn:sha1:b59358100c203b104e53523e1a4e3c2ad426334c</id>
<content type='text'>
Point out:
- current maintaner
- contribution flow is via the mailing list

Signed-off-by: Alexander Shopov &lt;ash@kambanaria.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>SubmittingPatches: tags -&gt; trailers</title>
<updated>2024-10-21T21:23:00Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>code@khaugsbakk.name</email>
</author>
<published>2024-10-20T16:57:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=52acf6771bab465d34ed75689c87b118aaefc869'/>
<id>urn:sha1:52acf6771bab465d34ed75689c87b118aaefc869</id>
<content type='text'>
“Trailer” is the preferred nomenclature in this project.  Also add a
definite article where I think it makes sense.

As we can see the rest of the document already prefers this term.  This
just gets rid of the last stragglers.

Signed-off-by: Kristoffer Haugsbakk &lt;code@khaugsbakk.name&gt;
Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'kn/patch-iteration-doc'</title>
<updated>2024-05-28T18:17:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-05-28T18:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3b1e3f02bf2b9a28ff49a7757a2c1f0ef924d76e'/>
<id>urn:sha1:3b1e3f02bf2b9a28ff49a7757a2c1f0ef924d76e</id>
<content type='text'>
Doc updates.

* kn/patch-iteration-doc:
  SubmittingPatches: add section for iterating patches
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-manpages-l10n'</title>
<updated>2024-05-28T18:17:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-05-28T18:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64a74246942199579b00cfe53e7776eb86743665'/>
<id>urn:sha1:64a74246942199579b00cfe53e7776eb86743665</id>
<content type='text'>
The SubmittingPatches document now refers folks to manpages
translation project.

* jc/doc-manpages-l10n:
  SubmittingPatches: advertise git-manpages-l10n project a bit
</content>
</entry>
</feed>
