<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/MyFirstContribution.txt, branch v2.46.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.46.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.46.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2024-04-18T21:55:09Z</updated>
<entry>
<title>MyFirstContribution: mention contrib/contacts/git-contacts</title>
<updated>2024-04-18T21:55:09Z</updated>
<author>
<name>Linus Arver</name>
<email>linusa@google.com</email>
</author>
<published>2024-04-18T21:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7e50b3f5dff0975ebf73b48e23f2f27c1842da88'/>
<id>urn:sha1:7e50b3f5dff0975ebf73b48e23f2f27c1842da88</id>
<content type='text'>
Although we've had this script since 4d06402b1b (contrib: add
git-contacts helper, 2013-07-21), we don't mention it in our
introductory docs. Do so now.

Helped-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Linus Arver &lt;linusa@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/majordomo-to-subspace'</title>
<updated>2024-01-30T00:03:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-01-30T00:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=68812df3100aa5b2cbdd9ee72b1e8bbee8e8a0b1'/>
<id>urn:sha1:68812df3100aa5b2cbdd9ee72b1e8bbee8e8a0b1</id>
<content type='text'>
Doc update.

* jc/majordomo-to-subspace:
  Docs: majordomo@vger.kernel.org has been decomissioned
</content>
</entry>
<entry>
<title>Docs: majordomo@vger.kernel.org has been decomissioned</title>
<updated>2024-01-20T18:09:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-01-19T22:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=af3d2c160fd6de6f868cdf17053241ad7663cbd7'/>
<id>urn:sha1:af3d2c160fd6de6f868cdf17053241ad7663cbd7</id>
<content type='text'>
Update the instruction for subscribing to the Git mailing list
we have on a few documentation pages.

Reported-by: Kyle Lippincott &lt;spectral@google.com&gt;
Helped-by: Konstantin Ryabitsev &lt;konstantin@linuxfoundation.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/update-urls-in-doc-and-comment'</title>
<updated>2023-12-18T22:10:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-12-18T22:10:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ec5ab1482d3373052784ae5c49d96d8b5cdd139d'/>
<id>urn:sha1:ec5ab1482d3373052784ae5c49d96d8b5cdd139d</id>
<content type='text'>
Stale URLs have been updated to their current counterparts (or
archive.org) and HTTP links are replaced with working HTTPS links.

* js/update-urls-in-doc-and-comment:
  doc: refer to internet archive
  doc: update links for andre-simon.de
  doc: switch links to https
  doc: update links to current pages
</content>
</entry>
<entry>
<title>doc: switch links to https</title>
<updated>2023-11-26T01:07:05Z</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@gmail.com</email>
</author>
<published>2023-11-24T03:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d05b08cd52cfda627f1d865bdfe6040a2c9521b5'/>
<id>urn:sha1:d05b08cd52cfda627f1d865bdfe6040a2c9521b5</id>
<content type='text'>
These sites offer https versions of their content.
Using the https versions provides some protection for users.

Signed-off-by: Josh Soref &lt;jsoref@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Include gettext.h in MyFirstContribution tutorial</title>
<updated>2023-10-28T00:02:06Z</updated>
<author>
<name>Jacob Stopak</name>
<email>jacob@initialcommit.io</email>
</author>
<published>2023-10-17T04:15:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6b79a2183c85749996f561d0f27bd0dc799aaae9'/>
<id>urn:sha1:6b79a2183c85749996f561d0f27bd0dc799aaae9</id>
<content type='text'>
The tutorial in Documentation/MyFirstContribution.txt has steps to print
some text using the "_" function. However, this leads to compiler errors
when running "make" since "gettext.h" is not #included.

Update docs with a note to #include "gettext.h" in "builtin/psuh.c".

Signed-off-by: Jacob Stopak &lt;jacob@initialcommit.io&gt;
Reviewed-by: Emily Shaffer &lt;nasamuffin@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-sent-patch-now-what'</title>
<updated>2023-08-04T17:52:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=23b20fff3ab28b31678d23e67de328ac24801f18'/>
<id>urn:sha1:23b20fff3ab28b31678d23e67de328ac24801f18</id>
<content type='text'>
Process document update.

* jc/doc-sent-patch-now-what:
  MyFirstContribution: refrain from self-iterating too much
</content>
</entry>
<entry>
<title>MyFirstContribution: refrain from self-iterating too much</title>
<updated>2023-07-28T00:44:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-07-28T00:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=010447cf098f7407008f2940b4fefa5351477044'/>
<id>urn:sha1:010447cf098f7407008f2940b4fefa5351477044</id>
<content type='text'>
Finding mistakes in and improving your own patches is a good idea,
but doing so too quickly is being inconsiderate to reviewers who
have just seen the initial iteration and taking their time to review
it.  Encourage new developers to perform such a self review before
they send out their patches, not after.  After sending a patch that
they immediately found mistakes in, they are welcome to comment on
them, mentioning what and how they plan to improve them in an
updated version, before sending out their updates.

Helped-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Helped-by: Linus Arver &lt;linusa@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'la/mfc-markup-fix'</title>
<updated>2023-04-18T01:05:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-04-18T01:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=953823fcbf7da6eee4a3bd20690d2f1ff51365d5'/>
<id>urn:sha1:953823fcbf7da6eee4a3bd20690d2f1ff51365d5</id>
<content type='text'>
Documentation mark-up fix.

* la/mfc-markup-fix:
  MyFirstContribution: render literal *
</content>
</entry>
<entry>
<title>MyFirstContribution: render literal *</title>
<updated>2023-04-06T22:03:18Z</updated>
<author>
<name>Linus Arver</name>
<email>linusa@google.com</email>
</author>
<published>2023-04-05T02:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=78b6369e6761c04d6aff2d115bafd8845e90e530'/>
<id>urn:sha1:78b6369e6761c04d6aff2d115bafd8845e90e530</id>
<content type='text'>
The HTML version of MyFirstContribution [1] does not render the
asterisks (*) meant to be typed in as glob patterns by the user, because
they are being interpreted as bold text delimiters.

[1]: Search for "pattern" in
https://git-scm.com/docs/MyFirstContribution#v2-git-send-email

Signed-off-by: Linus Arver &lt;linusa@google.com&gt;
Acked-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
