<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-23T18:27:27Z</updated>
<entry>
<title>Git 2.3.4</title>
<updated>2015-03-23T18:27:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3a52578eef9b65ad449853e4a3a923d8e1eb2a22'/>
<id>urn:sha1:3a52578eef9b65ad449853e4a3a923d8e1eb2a22</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rs/use-isxdigit' into maint</title>
<updated>2015-03-23T18:23:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=437ed4cea135fe544d646850faaa52937c650873'/>
<id>urn:sha1:437ed4cea135fe544d646850faaa52937c650873</id>
<content type='text'>
Code cleanup.

* rs/use-isxdigit:
  use isxdigit() for checking if a character is a hexadecimal digit
</content>
</entry>
<entry>
<title>Merge branch 'rs/deflate-init-cleanup' into maint</title>
<updated>2015-03-23T18:23:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a393c6bfd95e51ced65984de2a83a11490c4cfce'/>
<id>urn:sha1:a393c6bfd95e51ced65984de2a83a11490c4cfce</id>
<content type='text'>
Code simplification.

* rs/deflate-init-cleanup:
  zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
</content>
</entry>
<entry>
<title>Merge branch 'ak/git-done-help-cleanup' into maint</title>
<updated>2015-03-23T18:23:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4f287e5aa5cffec32bdc94042be58d160fd851e'/>
<id>urn:sha1:a4f287e5aa5cffec32bdc94042be58d160fd851e</id>
<content type='text'>
Code simplification.

* ak/git-done-help-cleanup:
  git: make was_alias and done_help non-static
</content>
</entry>
<entry>
<title>Merge branch 'sg/completion-remote' into maint</title>
<updated>2015-03-23T18:23:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7d6f6e373007553d747b4f0f5083d66fdd0c17c5'/>
<id>urn:sha1:7d6f6e373007553d747b4f0f5083d66fdd0c17c5</id>
<content type='text'>
Code simplification.

* sg/completion-remote:
  completion: simplify __git_remotes()
  completion: add a test for __git_remotes() helper function
</content>
</entry>
<entry>
<title>Merge branch 'mg/doc-status-color-slot' into maint</title>
<updated>2015-03-23T18:23:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ffac6258de4f72e06b6b2e412deffb00a1abb339'/>
<id>urn:sha1:ffac6258de4f72e06b6b2e412deffb00a1abb339</id>
<content type='text'>
Documentation fixes.

* mg/doc-status-color-slot:
  config,completion: add color.status.unmerged
</content>
</entry>
<entry>
<title>Merge branch 'jc/decorate-leaky-separator-color' into maint</title>
<updated>2015-03-23T18:23:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f6f5c9dbe764c5100e6b48a0081b022983f49e8'/>
<id>urn:sha1:3f6f5c9dbe764c5100e6b48a0081b022983f49e8</id>
<content type='text'>
"git log --decorate" did not reset colors correctly around the
branch names.

* jc/decorate-leaky-separator-color:
  log --decorate: do not leak "commit" color into the next item
  Documentation/config.txt: simplify boolean description in the syntax section
  Documentation/config.txt: describe 'color' value type in the "Values" section
  Documentation/config.txt: have a separate "Values" section
  Documentation/config.txt: describe the structure first and then meaning
  Documentation/config.txt: explain multi-valued variables once
  Documentation/config.txt: avoid unnecessary negation
</content>
</entry>
<entry>
<title>Merge branch 'kn/git-cd-to-empty' into maint</title>
<updated>2015-03-23T18:23:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c97418466a06c31edca53995cf82f644851640b1'/>
<id>urn:sha1:c97418466a06c31edca53995cf82f644851640b1</id>
<content type='text'>
"git -C '' subcmd" refused to work in the current directory, unlike
"cd ''" which silently behaves as a no-op.

* kn/git-cd-to-empty:
  git: treat "git -C '&lt;path&gt;'" as a no-op when &lt;path&gt; is empty
</content>
</entry>
<entry>
<title>Merge branch 'km/imap-send-libcurl-options' into maint</title>
<updated>2015-03-23T18:23:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=84a37fae516eff3072a5729ce0ce40bf056fbeb1'/>
<id>urn:sha1:84a37fae516eff3072a5729ce0ce40bf056fbeb1</id>
<content type='text'>
"git imap-send" learned to optionally talk with an IMAP server via
libcURL; because there is no other option when Git is built with
NO_OPENSSL option, use that codepath by default under such
configuration.

* km/imap-send-libcurl-options:
  imap-send: use cURL automatically when NO_OPENSSL defined
</content>
</entry>
<entry>
<title>Merge branch 'mg/verify-commit' into maint</title>
<updated>2015-03-23T18:23:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=82b6e331a4f07b6e0080f7d18b4189d53190a04e'/>
<id>urn:sha1:82b6e331a4f07b6e0080f7d18b4189d53190a04e</id>
<content type='text'>
Workarounds for certain build of GPG that triggered false breakage
in a test.

* mg/verify-commit:
  t7510: do not fail when gpg warns about insecure memory
</content>
</entry>
</feed>
