<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.3.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-14T05:57:25Z</updated>
<entry>
<title>Git 2.3.3</title>
<updated>2015-03-14T05:57:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bb8577532add843833ebf8b5324f94f84cb71ca0'/>
<id>urn:sha1:bb8577532add843833ebf8b5324f94f84cb71ca0</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mr/doc-clean-f-f' into maint</title>
<updated>2015-03-14T05:56:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4b23b5d1afbc7fcd8bc744523f4c3ff06dbe25d1'/>
<id>urn:sha1:4b23b5d1afbc7fcd8bc744523f4c3ff06dbe25d1</id>
<content type='text'>
Documentation update.

* mr/doc-clean-f-f:
  Documentation/git-clean.txt: document that -f may need to be given twice
</content>
</entry>
<entry>
<title>Merge branch 'mg/doc-remote-tags-or-not' into maint</title>
<updated>2015-03-14T05:56:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3af1bcafffb0d462abf6208574059f72ce4d5b48'/>
<id>urn:sha1:3af1bcafffb0d462abf6208574059f72ce4d5b48</id>
<content type='text'>
"git remote add" mentioned "--tags" and "--no-tags" and was not
clear that fetch from the remote in the future will use the default
behaviour when neither is given to override it.

* mg/doc-remote-tags-or-not:
  git-remote.txt: describe behavior without --tags and --no-tags
</content>
</entry>
<entry>
<title>Merge branch 'ms/submodule-update-config-doc' into maint</title>
<updated>2015-03-14T05:56:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=30a52c1dcbb286214a0d59fb4b3df1d13d9d060d'/>
<id>urn:sha1:30a52c1dcbb286214a0d59fb4b3df1d13d9d060d</id>
<content type='text'>
The interaction between "git submodule update" and the
submodule.*.update configuration was not clearly documented.

* ms/submodule-update-config-doc:
  submodule: improve documentation of update subcommand
</content>
</entry>
<entry>
<title>Merge branch 'jc/apply-beyond-symlink' into maint</title>
<updated>2015-03-14T05:56:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5244a31039dbb3fe0d544fc56100d0ccbc653131'/>
<id>urn:sha1:5244a31039dbb3fe0d544fc56100d0ccbc653131</id>
<content type='text'>
"git apply" was not very careful about reading from, removing,
updating and creating paths outside the working tree (under
--index/--cached) or the current directory (when used as a
replacement for GNU patch).

* jc/apply-beyond-symlink:
  apply: do not touch a file beyond a symbolic link
  apply: do not read from beyond a symbolic link
  apply: do not read from the filesystem under --index
  apply: reject input that touches outside the working area
</content>
</entry>
<entry>
<title>Git 2.3.2</title>
<updated>2015-03-06T22:58:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-06T22:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1165ae6f3d42e0eb0ddfc2d4e6dfa8bd0b88eb60'/>
<id>urn:sha1:1165ae6f3d42e0eb0ddfc2d4e6dfa8bd0b88eb60</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mm/am-c-doc' into maint</title>
<updated>2015-03-06T22:57:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-06T22:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d86679fa061e22e33596814630513b6a7b4d4767'/>
<id>urn:sha1:d86679fa061e22e33596814630513b6a7b4d4767</id>
<content type='text'>
The configuration variable 'mailinfo.scissors' was hard to
discover in the documentation.

* mm/am-c-doc:
  Documentation/git-am.txt: mention mailinfo.scissors config variable
  Documentation/config.txt: document mailinfo.scissors
</content>
</entry>
<entry>
<title>Prepare for 2.3.2</title>
<updated>2015-03-05T21:15:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3ebda3e9f56d49cc72488e76478d086e75be731d'/>
<id>urn:sha1:3ebda3e9f56d49cc72488e76478d086e75be731d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'jc/conf-var-doc' into maint</title>
<updated>2015-03-05T21:13:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c11c154f429f23f1c30f2aa067ff8bf6c1b982fe'/>
<id>urn:sha1:c11c154f429f23f1c30f2aa067ff8bf6c1b982fe</id>
<content type='text'>
Longstanding configuration variable naming rules has been added to
the documentation.

* jc/conf-var-doc:
  CodingGuidelines: describe naming rules for configuration variables
  config.txt: mark deprecated variables more prominently
  config.txt: clarify that add.ignore-errors is deprecated
</content>
</entry>
<entry>
<title>Merge branch 'jc/remote-set-url-doc' into maint</title>
<updated>2015-03-05T21:13:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=069dea89cf2f09101e3ca9a9b3c7a216d61aac10'/>
<id>urn:sha1:069dea89cf2f09101e3ca9a9b3c7a216d61aac10</id>
<content type='text'>
Clarify in the documentation that "remote.&lt;nick&gt;.pushURL" and
"remote.&lt;nick&gt;.URL" are there to name the same repository accessed
via different transports, not two separate repositories.

* jc/remote-set-url-doc:
  Documentation/git-remote.txt: stress that set-url is not for triangular
</content>
</entry>
</feed>
