<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-commit.txt, branch v2.9.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.9.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.9.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-07-06T20:06:34Z</updated>
<entry>
<title>Merge branch 'tr/doc-tt' into maint</title>
<updated>2016-07-06T20:06:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-06T20:06:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=073d0b0914af3a9c958175fde5c8f2cc278498db'/>
<id>urn:sha1:073d0b0914af3a9c958175fde5c8f2cc278498db</id>
<content type='text'>
The documentation set has been updated so that literal commands,
configuration variables and environment variables are consistently
typeset in fixed-width font and bold in manpages.

* tr/doc-tt:
  doc: change configuration variables format
  doc: more consistency in environment variables format
  doc: change environment variables format
  doc: clearer rule about formatting literals
</content>
</entry>
<entry>
<title>doc: change configuration variables format</title>
<updated>2016-06-08T19:04:55Z</updated>
<author>
<name>Tom Russello</name>
<email>tom.russello@grenoble-inp.org</email>
</author>
<published>2016-06-08T17:23:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ae9f6311e9c15d7968c2d03eab6e929e9c9d5f42'/>
<id>urn:sha1:ae9f6311e9c15d7968c2d03eab6e929e9c9d5f42</id>
<content type='text'>
This change configuration variables that where in italic style
to monospace font according to the guideline. It was obtained with

	grep '[[:alpha:]]*\.[[:alpha:]]*::$' config.txt | \
	sed -e 's/::$//' -e 's/\./\\\\./' | \
	xargs -iP perl -pi -e "s/\'P\'/\`P\`/g" ./*.txt

Signed-off-by: Tom Russello &lt;tom.russello@grenoble-inp.org&gt;
Signed-off-by: Erwan Mathoniere &lt;erwan.mathoniere@grenoble-inp.org&gt;
Signed-off-by: Samuel Groot &lt;samuel.groot@grenoble-inp.org&gt;
Signed-off-by: Matthieu Moy &lt;matthieu.moy@grenoble-inp.fr&gt;
Reviewed-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: more consistency in environment variables format</title>
<updated>2016-06-08T19:04:37Z</updated>
<author>
<name>Tom Russello</name>
<email>tom.russello@grenoble-inp.org</email>
</author>
<published>2016-06-07T22:35:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=47d81b5c7a3e7737d26b877a5cfebb772d75fa12'/>
<id>urn:sha1:47d81b5c7a3e7737d26b877a5cfebb772d75fa12</id>
<content type='text'>
Wrap with backticks (monospaced font) unwrapped or single-quotes wrapped
(italic type) environment variables which are followed by the word
"environment". It was obtained with:

perl -pi -e "s/\'?(\\\$?[0-9A-Z\_]+)\'?(?= environment ?)/\`\1\`/g" *.txt

One of the main purposes is to stick to the CodingGuidelines as possible so
that people writting new documentation by mimicking the existing are more likely
to have it right (even if they didn't read the CodingGuidelines).

Signed-off-by: Tom Russello &lt;tom.russello@grenoble-inp.org&gt;
Signed-off-by: Erwan Mathoniere &lt;erwan.mathoniere@grenoble-inp.org&gt;
Signed-off-by: Samuel Groot &lt;samuel.groot@grenoble-inp.org&gt;
Signed-off-by: Matthieu Moy &lt;matthieu.moy@grenoble-inp.fr&gt;
Reviewed-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>commit: add a commit.verbose config variable</title>
<updated>2016-05-10T17:25:52Z</updated>
<author>
<name>Pranit Bauva</name>
<email>pranit.bauva@gmail.com</email>
</author>
<published>2016-05-05T09:50:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aaab84203b9654fb73df41d3cb71a6aad3a091fa'/>
<id>urn:sha1:aaab84203b9654fb73df41d3cb71a6aad3a091fa</id>
<content type='text'>
Add commit.verbose configuration variable as a convenience for those
who always prefer --verbose.

Add tests to check the behavior introduced by this commit and also to
verify that behavior of status doesn't break because of this commit.

Helped-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Pranit Bauva &lt;pranit.bauva@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Expand documentation describing --signoff</title>
<updated>2016-01-05T21:42:39Z</updated>
<author>
<name>David A. Wheeler</name>
<email>dwheeler@dwheeler.com</email>
</author>
<published>2016-01-05T19:20:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b2c150d3aa82f6583b9aadfecc5f8fa1c74aca09'/>
<id>urn:sha1:b2c150d3aa82f6583b9aadfecc5f8fa1c74aca09</id>
<content type='text'>
Modify various document (man page) files to explain
in more detail what --signoff means.

This was inspired by https://lwn.net/Articles/669976/ where
paulj noted, "adding [the] '-s' argument to [a] git commit
doesn't really mean you have even heard of the DCO...".
Extending git's documentation will make it easier to argue
that developers understood --signoff when they use it.

Signed-off-by: David A. Wheeler &lt;dwheeler@dwheeler.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: explain optional arguments better</title>
<updated>2015-09-21T17:48:23Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2015-09-19T07:47:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2b594bf90d84fd96f2b1fe904c1e62e391ceb4a0'/>
<id>urn:sha1:2b594bf90d84fd96f2b1fe904c1e62e391ceb4a0</id>
<content type='text'>
Improve the documentation of commands taking optional arguments in two
ways:

* Documents the behavior of '-O' (for grep) and '-S' (for commands
  creating commits) when used without the optional argument.

* Document the syntax of these options.

For the second point, the behavior is documented in gitcli(7), but it is
easy for users to miss, and hard for the same user to understand why e.g.
"git status -u no" does not work.

Document this explicitly in the documentation of each short option having
an optional argument: they are the most error prone since there is no '='
sign between the option and its argument.

Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Reviewed-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: use 'keyid' consistently, not 'key-id'</title>
<updated>2015-09-21T17:48:17Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2015-09-19T07:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=340f2c5e631c788c0e4a508c21349e04ceed7966'/>
<id>urn:sha1:340f2c5e631c788c0e4a508c21349e04ceed7966</id>
<content type='text'>
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Reviewed-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 'mc/commit-doc-grammofix'</title>
<updated>2015-06-01T19:45:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-01T19:45:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1fd63cac50ea2ea95bb217a45c72084af3353d4f'/>
<id>urn:sha1:1fd63cac50ea2ea95bb217a45c72084af3353d4f</id>
<content type='text'>
Doc grammar fix.

* mc/commit-doc-grammofix:
  Documentation/git-commit: grammofix
</content>
</entry>
<entry>
<title>Documentation/git-commit: grammofix</title>
<updated>2015-05-20T04:20:58Z</updated>
<author>
<name>Michael Coleman</name>
<email>michael.karl.coleman@gmail.com</email>
</author>
<published>2015-05-20T02:41:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f'/>
<id>urn:sha1:5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f</id>
<content type='text'>
Signed-off-by: Michael Coleman &lt;michael.karl.coleman@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: clarify how "git commit" cleans up the edited log message</title>
<updated>2015-04-27T18:32:55Z</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>iveqy@iveqy.com</email>
</author>
<published>2015-04-25T05:42:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9a35c14d64c3f76f99dd2853077e27cde2a30db7'/>
<id>urn:sha1:9a35c14d64c3f76f99dd2853077e27cde2a30db7</id>
<content type='text'>
The `-v` shows a unified diff in the editor to edit the commit
message to help the user to describe the change.  The diff is
stripped and will not become a part of the commit message.

Add a note about this with the `-v` description and slightly modify
the description for the default `--cleanup` mode.

Signed-off-by: Fredrik Gustafsson &lt;iveqy@iveqy.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
