<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.3.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-06T22:58:14Z</updated>
<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 'rj/no-xopen-source-for-cygwin' into maint</title>
<updated>2015-03-06T22:57:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-06T22:57:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f69f5f19cfae949b2bbd6c6ffbb990b6a00d04b0'/>
<id>urn:sha1:f69f5f19cfae949b2bbd6c6ffbb990b6a00d04b0</id>
<content type='text'>
Code cleanups.

* rj/no-xopen-source-for-cygwin:
  git-compat-util.h: remove redundant code
</content>
</entry>
<entry>
<title>Merge branch 'rs/simple-cleanups' into maint</title>
<updated>2015-03-06T22:57:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-06T22:57:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f56a5f4fed296647ae8978645f9c627410717398'/>
<id>urn:sha1:f56a5f4fed296647ae8978645f9c627410717398</id>
<content type='text'>
Code cleanups.

* rs/simple-cleanups:
  sha1_name: use strlcpy() to copy strings
  pretty: use starts_with() to check for a prefix
  for-each-ref: use skip_prefix() to avoid duplicate string comparison
  connect: use strcmp() for string comparison
</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>Merge branch 'ew/svn-maint-fixes' into maint</title>
<updated>2015-03-06T22:57:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-06T22:57:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e7ca2745b7c08815fdbdccf9b410846e079b102'/>
<id>urn:sha1:2e7ca2745b7c08815fdbdccf9b410846e079b102</id>
<content type='text'>
Correct a breakage to git-svn around v2.2 era that triggers
premature closing of FileHandle.

* ew/svn-maint-fixes:
  Git::SVN::*: avoid premature FileHandle closure
  git-svn: fix localtime=true on non-glibc environments
</content>
</entry>
<entry>
<title>Merge branch 'km/send-email-getopt-long-workarounds' into maint</title>
<updated>2015-03-06T22:57:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-06T22:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1db59e179d7215476b7096f1fd74db43a4a2dae'/>
<id>urn:sha1:e1db59e179d7215476b7096f1fd74db43a4a2dae</id>
<content type='text'>
Even though we officially haven't dropped Perl 5.8 support, the
Getopt::Long package that came with it does not support "--no-"
prefix to negate a boolean option; manually add support to help
people with older Getopt::Long package.

* km/send-email-getopt-long-workarounds:
  git-send-email.perl: support no- prefix with older GetOptions
</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 'sb/plug-leak-in-make-cache-entry' into maint</title>
<updated>2015-03-05T21:13:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1e299f52869f3bf40e1c22721cd23bb6b4b43500'/>
<id>urn:sha1:1e299f52869f3bf40e1c22721cd23bb6b4b43500</id>
<content type='text'>
"update-index --refresh" used to leak when an entry cannot be
refreshed for whatever reason.

* sb/plug-leak-in-make-cache-entry:
  read-cache.c: free cache entry when refreshing fails
</content>
</entry>
<entry>
<title>Merge branch 'jk/fast-import-die-nicely-fix' into maint</title>
<updated>2015-03-05T21:13:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4e0d6207e58fe19be9343395c979bcb92d09b4a9'/>
<id>urn:sha1:4e0d6207e58fe19be9343395c979bcb92d09b4a9</id>
<content type='text'>
"git fast-import" used to crash when it could not close and
conclude the resulting packfile cleanly.

* jk/fast-import-die-nicely-fix:
  fast-import: avoid running end_packfile recursively
</content>
</entry>
<entry>
<title>Merge branch 'es/blame-commit-info-fix' into maint</title>
<updated>2015-03-05T21:13:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=007f7f6e544b89a7efc0dcb5f11a4d5bf5180c3f'/>
<id>urn:sha1:007f7f6e544b89a7efc0dcb5f11a4d5bf5180c3f</id>
<content type='text'>
"git blame" died, trying to free an uninitialized piece of memory.

* es/blame-commit-info-fix:
  builtin/blame: destroy initialized commit_info only
</content>
</entry>
</feed>
