<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.6.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.6.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-10-16T21:40:05Z</updated>
<entry>
<title>Git 2.6.2</title>
<updated>2015-10-16T21:40:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3c3d3f629a6176b401ebec455c5dd59ed1b5f910'/>
<id>urn:sha1:3c3d3f629a6176b401ebec455c5dd59ed1b5f910</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tk/doc-interpret-trailers-grammo' into maint</title>
<updated>2015-10-16T21:32:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0dd9e571e837d0f3567af7cb83f92034b4a18ee3'/>
<id>urn:sha1:0dd9e571e837d0f3567af7cb83f92034b4a18ee3</id>
<content type='text'>
* tk/doc-interpret-trailers-grammo:
  Documentation/interpret-trailers: Grammar fix
</content>
</entry>
<entry>
<title>Merge branch 'jk/asciidoctor-section-heading-markup-fix' into maint</title>
<updated>2015-10-16T21:32:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aa8f64dead9d1ea5965fe1248709f1879f0da79c'/>
<id>urn:sha1:aa8f64dead9d1ea5965fe1248709f1879f0da79c</id>
<content type='text'>
* jk/asciidoctor-section-heading-markup-fix:
  Documentation: fix section header mark-up
</content>
</entry>
<entry>
<title>Merge branch 'nd/ls-remote-does-not-have-u-option' into maint</title>
<updated>2015-10-16T21:32:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=22f4b15e884ad7e47ce03ad809d6f5acd055c2af'/>
<id>urn:sha1:22f4b15e884ad7e47ce03ad809d6f5acd055c2af</id>
<content type='text'>
* nd/ls-remote-does-not-have-u-option:
  ls-remote.txt: delete unsupported option
</content>
</entry>
<entry>
<title>Merge branch 'dt/log-follow-config' into maint</title>
<updated>2015-10-16T21:32:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d5fea2418e122c6e1d5dddd57fc8d5dd95adea4e'/>
<id>urn:sha1:d5fea2418e122c6e1d5dddd57fc8d5dd95adea4e</id>
<content type='text'>
Description of the "log.follow" configuration variable in "git log"
documentation is now also copied to "git config" documentation.

* dt/log-follow-config:
  log: Update log.follow doc and add to config.txt
</content>
</entry>
<entry>
<title>Merge branch 'jk/notes-dwim-doc' into maint</title>
<updated>2015-10-16T21:32:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f4892a3c2883bd517edf370c747afde29a0c2b3c'/>
<id>urn:sha1:f4892a3c2883bd517edf370c747afde29a0c2b3c</id>
<content type='text'>
The way how --ref/--notes to specify the notes tree reference are
DWIMmed was not clearly documented.

* jk/notes-dwim-doc:
  notes: correct documentation of DWIMery for notes references
</content>
</entry>
<entry>
<title>Merge branch 'mm/keyid-docs' into maint</title>
<updated>2015-10-16T21:32:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=be4d6f4c7f94541fac1a06e4c04acc2d60de1f8c'/>
<id>urn:sha1:be4d6f4c7f94541fac1a06e4c04acc2d60de1f8c</id>
<content type='text'>
Very small number of options take a parameter that is optional
(which is not a great UI element as they can only appear at the end
of the command line).  Add notice to documentation of each and
every one of them.

* mm/keyid-docs:
  Documentation: explain optional arguments better
  Documentation/grep: fix documentation of -O
  Documentation: use 'keyid' consistently, not 'key-id'
</content>
</entry>
<entry>
<title>Documentation/interpret-trailers: Grammar fix</title>
<updated>2015-10-07T17:53:34Z</updated>
<author>
<name>Tobias Klauser</name>
<email>tklauser@distanz.ch</email>
</author>
<published>2015-10-07T16:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a43eb67e653ccaa9a00ff52adb706201d7b1af13'/>
<id>urn:sha1:a43eb67e653ccaa9a00ff52adb706201d7b1af13</id>
<content type='text'>
Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>log: Update log.follow doc and add to config.txt</title>
<updated>2015-10-07T17:37:48Z</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2015-10-07T01:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fd8d07efdaf0ed5570f975c58b2ceb6500e06dd7'/>
<id>urn:sha1:fd8d07efdaf0ed5570f975c58b2ceb6500e06dd7</id>
<content type='text'>
Documentation/config.txt does not include the documentation for
log.follow that is in Documentation/git-log.txt.  This commit adds the
log.follow documentation to config.txt and also updates the wording to
be consistent with the format that is followed by other boolean
configuration variables.

Signed-off-by: Eric N. Vander Weele &lt;ericvw@gmail.com&gt;
Acked-by: David Turner &lt;dturner@twopensource.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.6.1</title>
<updated>2015-09-29T02:19:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-29T02:19:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=22f698cb188243b313e024d618283e0293e37140'/>
<id>urn:sha1:22f698cb188243b313e024d618283e0293e37140</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
