<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/CodingGuidelines, branch v2.0.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.0.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.0.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2014-04-18T17:48:49Z</updated>
<entry>
<title>i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelines</title>
<updated>2014-04-18T17:48:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-18T17:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cbcfd4e3ea9db3125619591b942f56d0a8f3ef48'/>
<id>urn:sha1:cbcfd4e3ea9db3125619591b942f56d0a8f3ef48</id>
<content type='text'>
These comments have to have "TRANSLATORS: " at the very beginning
and have to deviate from the usual multi-line comment formatting
convention.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jl/nor-or-nand-and'</title>
<updated>2014-04-08T19:00:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-08T19:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d59c12d7ad39f942fc60578ba1e934822f40445b'/>
<id>urn:sha1:d59c12d7ad39f942fc60578ba1e934822f40445b</id>
<content type='text'>
Eradicate mistaken use of "nor" (that is, essentially "nor" used
not in "neither A nor B" ;-)) from in-code comments, command output
strings, and documentations.

* jl/nor-or-nand-and:
  code and test: fix misuses of "nor"
  comments: fix misuses of "nor"
  contrib: fix misuses of "nor"
  Documentation: fix misuses of "nor"
</content>
</entry>
<entry>
<title>Documentation: fix misuses of "nor"</title>
<updated>2014-03-31T22:16:22Z</updated>
<author>
<name>Justin Lebar</name>
<email>jlebar@google.com</email>
</author>
<published>2014-03-31T22:11:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a58088abe2011b6f486de8acd54432f6d9bcecfc'/>
<id>urn:sha1:a58088abe2011b6f486de8acd54432f6d9bcecfc</id>
<content type='text'>
Signed-off-by: Justin Lebar &lt;jlebar@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>CodingGuidelines: mention C whitespace rules</title>
<updated>2014-02-28T20:53:50Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2014-02-28T06:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f57b6cfdf7b395adc6b3c813109c2eb53e93809a'/>
<id>urn:sha1:f57b6cfdf7b395adc6b3c813109c2eb53e93809a</id>
<content type='text'>
We are fairly consistent about these, so most are covered by
"follow existing style", but it doesn't hurt to be explicit.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jj/doc-markup-hints-in-coding-guidelines' into maint</title>
<updated>2013-12-17T19:36:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-12-17T19:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5712dcb209b074a99e1c935eadc8e80d56eaf5b4'/>
<id>urn:sha1:5712dcb209b074a99e1c935eadc8e80d56eaf5b4</id>
<content type='text'>
* jj/doc-markup-hints-in-coding-guidelines:
  State correct usage of literal examples in man pages in the coding standards
</content>
</entry>
<entry>
<title>Merge branch 'jj/doc-markup-hints-in-coding-guidelines'</title>
<updated>2013-12-03T19:41:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-12-03T19:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f0c9253ef9b8ddbb81ad2a060db52fd5a646137f'/>
<id>urn:sha1:f0c9253ef9b8ddbb81ad2a060db52fd5a646137f</id>
<content type='text'>
* jj/doc-markup-hints-in-coding-guidelines:
  State correct usage of literal examples in man pages in the coding standards
</content>
</entry>
<entry>
<title>State correct usage of literal examples in man pages in the coding standards</title>
<updated>2013-11-18T21:30:51Z</updated>
<author>
<name>Jason St. John</name>
<email>jstjohn@purdue.edu</email>
</author>
<published>2013-11-14T23:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ca03c3682a45c9c10273cbdfaa48edea084ffd11'/>
<id>urn:sha1:ca03c3682a45c9c10273cbdfaa48edea084ffd11</id>
<content type='text'>
The man pages contain inconsistent usage of backticks vs. single quotes
around options, commands, etc. that are in paragraphs. This commit states
that backticks should always be used around literal examples.

This commit states that "--" and friends should not be escaped
(e.g. use `--pretty=oneline` instead of `\--pretty=oneline`).

This commit also states correct usage for typesetting command usage
examples with inline substitutions.

Thanks-to: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Thanks-to: Stuart Rackham &lt;srackham@gmail.com&gt;
Thanks-to: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Jason St. John &lt;jstjohn@purdue.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>CodingGuidelines: style for multi-line comments</title>
<updated>2013-10-14T19:48:06Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2013-10-12T00:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b75a6ca7f3ab793e61b3229d29dceb7a4ec07cbc'/>
<id>urn:sha1:b75a6ca7f3ab793e61b3229d29dceb7a4ec07cbc</id>
<content type='text'>
The style for multi-line comments is often mentioned and should be documented
for clarity.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
</content>
</entry>
<entry>
<title>Provide some linguistic guidance for the documentation.</title>
<updated>2013-08-01T20:13:52Z</updated>
<author>
<name>Marc Branchaud</name>
<email>marcnarc@xiplink.com</email>
</author>
<published>2013-08-01T18:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=42e0fae98e592c296aa5726c9dfd41ef255d1299'/>
<id>urn:sha1:42e0fae98e592c296aa5726c9dfd41ef255d1299</id>
<content type='text'>
This will hopefully avoid questions over which spelling and grammar should
be used.  Translators are of course free to create localizations for
specific English dialects.

Signed-off-by: Marc Branchaud &lt;marcnarc@xiplink.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>CodingGuidelines: Documentation/*.txt are the sources</title>
<updated>2013-05-10T19:13:08Z</updated>
<author>
<name>Dale Worley</name>
<email>worley@ariadne.com</email>
</author>
<published>2013-05-07T17:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=48bc1755b654cbcc3a48476995d2421580ddd2a5'/>
<id>urn:sha1:48bc1755b654cbcc3a48476995d2421580ddd2a5</id>
<content type='text'>
People not familiar with AsciiDoc may not realize they are
supposed to update *.txt files and not *.html/*.1 files when
preparing patches to the project.

Signed-off-by: Dale Worley &lt;worley@ariadne.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
