<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.4.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-06-05T19:22:33Z</updated>
<entry>
<title>Git 2.4.3</title>
<updated>2015-06-05T19:22:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=69f9a6e54a46c4a75dff680047a465d04cca20ca'/>
<id>urn:sha1:69f9a6e54a46c4a75dff680047a465d04cca20ca</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ps/doc-packfile-vs-pack-file' into maint</title>
<updated>2015-06-05T19:00:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e41f8d98e37643909e22317f2ffdd940b953af55'/>
<id>urn:sha1:e41f8d98e37643909e22317f2ffdd940b953af55</id>
<content type='text'>
Doc consistency updates.

* ps/doc-packfile-vs-pack-file:
  doc: fix inconsistent spelling of "packfile"
  pack-protocol.txt: fix insconsistent spelling of "packfile"
  git-unpack-objects.txt: fix inconsistent spelling of "packfile"
  git-verify-pack.txt: fix inconsistent spelling of "packfile"
</content>
</entry>
<entry>
<title>Merge branch 'fg/document-commit-message-stripping' into maint</title>
<updated>2015-06-05T19:00:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=48feda5873deab617a368df0af4bc10a0731124c'/>
<id>urn:sha1:48feda5873deab617a368df0af4bc10a0731124c</id>
<content type='text'>
* fg/document-commit-message-stripping:
  Documentation: clarify how "git commit" cleans up the edited log message
</content>
</entry>
<entry>
<title>Merge branch 'pt/pull-ff-vs-merge-ff' into maint</title>
<updated>2015-06-05T19:00:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7e46f27fa627c0f9f6f547bef53e5aa2de52dec5'/>
<id>urn:sha1:7e46f27fa627c0f9f6f547bef53e5aa2de52dec5</id>
<content type='text'>
The pull.ff configuration was supposed to override the merge.ff
configuration, but it didn't.

* pt/pull-ff-vs-merge-ff:
  pull: parse pull.ff as a bool or string
  pull: make pull.ff=true override merge.ff
</content>
</entry>
<entry>
<title>Merge branch 'ja/tutorial-asciidoctor-fix' into maint</title>
<updated>2015-06-05T19:00:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7c1ff53d5ffb0d16972452ed122849b3fbb1957f'/>
<id>urn:sha1:7c1ff53d5ffb0d16972452ed122849b3fbb1957f</id>
<content type='text'>
A literal block in the tutorial had lines with unequal lengths to
delimit it from the rest of the document, which choke GitHub's
AsciiDoc renderer.

* ja/tutorial-asciidoctor-fix:
  doc: fix unmatched code fences
</content>
</entry>
<entry>
<title>Merge branch 'jk/stripspace-asciidoctor-fix' into maint</title>
<updated>2015-06-05T19:00:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=413a715f18be259243aa7edc7b136f6d7a93ab58'/>
<id>urn:sha1:413a715f18be259243aa7edc7b136f6d7a93ab58</id>
<content type='text'>
A literal block in the tutorial had lines with unequal lengths to
delimit it from the rest of the document, which choke GitHub's
AsciiDoc renderer.

* jk/stripspace-asciidoctor-fix:
  doc: fix unmatched code fences in git-stripspace
</content>
</entry>
<entry>
<title>Merge branch 'jk/asciidoc-markup-fix' into maint</title>
<updated>2015-06-05T19:00:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=96b7f93ac85ba09aaa82ecc86bf14cba481bbdbb'/>
<id>urn:sha1:96b7f93ac85ba09aaa82ecc86bf14cba481bbdbb</id>
<content type='text'>
Various documentation mark-up fixes to make the output more
consistent in general and also make AsciiDoctor (an alternative
formatter) happier.

* jk/asciidoc-markup-fix:
  doc: convert AsciiDoc {?foo} to ifdef::foo[]
  doc: put example URLs and emails inside literal backticks
  doc: drop backslash quoting of some curly braces
  doc: convert \--option to --option
  doc/add: reformat `--edit` option
  doc: fix length of underlined section-title
  doc: fix hanging "+"-continuation
  doc: fix unquoted use of "{type}"
  doc: fix misrendering due to `single quote'
</content>
</entry>
<entry>
<title>Merge branch 'pt/xdg-config-path' into maint</title>
<updated>2015-06-05T19:00:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d9c82fa7a75ae617718f195bb5f5ff5c904f2687'/>
<id>urn:sha1:d9c82fa7a75ae617718f195bb5f5ff5c904f2687</id>
<content type='text'>
Code clean-up for xdg configuration path support.

* pt/xdg-config-path:
  path.c: remove home_config_paths()
  git-config: replace use of home_config_paths()
  git-commit: replace use of home_config_paths()
  credential-store.c: replace home_config_paths() with xdg_config_home()
  dir.c: replace home_config_paths() with xdg_config_home()
  attr.c: replace home_config_paths() with xdg_config_home()
  path.c: implement xdg_config_home()
  t0302: "unreadable" test needs POSIXPERM
  t0302: test credential-store support for XDG_CONFIG_HOME
  git-credential-store: support XDG_CONFIG_HOME
  git-credential-store: support multiple credential files
</content>
</entry>
<entry>
<title>Git 2.4.2</title>
<updated>2015-05-26T20:49:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9eabf5b536662000f79978c4d1b6e4eff5c8d785'/>
<id>urn:sha1:9eabf5b536662000f79978c4d1b6e4eff5c8d785</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/hash-object' into maint</title>
<updated>2015-05-26T20:49:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1e6c8babf86d8564104e159ce46df069c882a5af'/>
<id>urn:sha1:1e6c8babf86d8564104e159ce46df069c882a5af</id>
<content type='text'>
"hash-object --literally" introduced in v2.2 was not prepared to
take a really long object type name.

* jc/hash-object:
  write_sha1_file(): do not use a separate sha1[] array
  t1007: add hash-object --literally tests
  hash-object --literally: fix buffer overrun with extra-long object type
  git-hash-object.txt: document --literally option
</content>
</entry>
</feed>
