summaryrefslogtreecommitdiffstats
path: root/MyFirstContribution.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-01 10:58:22 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-01 10:58:22 -0700
commit7af7f87d1682bc0221ef8ef496126c204d35760d (patch)
tree78a7acd5d4f7a8b7db6b1f44bcb506f7bb5feefb /MyFirstContribution.html
parenta181e55f63bee8d3a44fd0be402039db41158169 (diff)
downloadgit-htmldocs-7af7f87d1682bc0221ef8ef496126c204d35760d.tar.gz
Autogenerated HTML docs for v2.45.0-31-gd4cc1
Diffstat (limited to 'MyFirstContribution.html')
-rw-r--r--MyFirstContribution.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/MyFirstContribution.html b/MyFirstContribution.html
index 9ca5e68ec..9bc59b69e 100644
--- a/MyFirstContribution.html
+++ b/MyFirstContribution.html
@@ -735,7 +735,7 @@ asciidoc.install();
<body class="article">
<div id="header">
<h1>My First Contribution to the Git Project</h1>
-<span id="revdate">2024-04-29</span>
+<span id="revdate">2024-04-30</span>
</div>
<div id="content">
<div class="sect1">
@@ -1843,6 +1843,17 @@ valuable, such as changing the Reply-to address or adding more CC and BCC lines.
<td class="icon">
<div class="title">Note</div>
</td>
+<td class="content">If you&#8217;re not sure whom to CC, running <code>contrib/contacts/git-contacts</code> can
+list potential reviewers. In addition, you can do <code>git send-email
+--cc-cmd='perl contrib/contacts/git-contacts' feature/*.patch</code><span class="footnote" id="_footnote_contrib-scripts"><br />[Scripts under <code>contrib/</code> are not part of the core <code>git</code> binary and must be called directly. Clone the Git codebase and run <code>perl contrib/contacts/git-contacts</code>.]<br /></span> to
+automatically pass this list of emails to <code>send-email</code>.</td>
+</tr></table>
+</div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
<td class="content">When you are sending a real patch, it will go to <a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a> - but
please don&#8217;t send your patchset from the tutorial to the real mailing list! For
now, you can send it to yourself, to make sure you understand how it will look.</td>
@@ -2098,7 +2109,7 @@ should generate your diffs from <code>&lt;topic&gt;..&lt;mybranch&gt;</code> and
<div id="footer">
<div id="footer-text">
Last updated
- 2024-01-29 16:09:11 PST
+ 2024-05-01 10:56:52 PDT
</div>
</div>
</body>