<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.12.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v2.12.1</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v2.12.1'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2017-03-20T20:17:08Z</updated>
<entry>
<title>Git 2.12.1</title>
<updated>2017-03-20T20:17:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-20T20:17:08Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=1f6b1afea00cdbc99114b88768aa5e617ff479df'/>
<id>urn:sha1:1f6b1afea00cdbc99114b88768aa5e617ff479df</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Preparing for 2.12.1</title>
<updated>2017-03-16T21:01:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T21:01:00Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=7c9c2f8c394a4c1f4e09d6d5542c4e7965cc9240'/>
<id>urn:sha1:7c9c2f8c394a4c1f4e09d6d5542c4e7965cc9240</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/realpath-pathdup-fix' into maint</title>
<updated>2017-03-16T20:57:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2846ef3e27ff0e34812dad788b706f0a1e5b5e80'/>
<id>urn:sha1:2846ef3e27ff0e34812dad788b706f0a1e5b5e80</id>
<content type='text'>
Git v2.12 was shipped with an embarrassing breakage where various
operations that verify paths given from the user stopped dying when
seeing an issue, and instead later triggering segfault.
... and then to down to 'maint'.

* js/realpath-pathdup-fix:
  real_pathdup(): fix callsites that wanted it to die on error
  t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREE
</content>
</entry>
<entry>
<title>Merge branch 'mm/two-more-xstrfmt' into maint</title>
<updated>2017-03-16T20:56:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f989ac276d310564364482979a78b83d113c4044'/>
<id>urn:sha1:f989ac276d310564364482979a78b83d113c4044</id>
<content type='text'>
Code clean-up and a string truncation fix.

* mm/two-more-xstrfmt:
  bisect_next_all: convert xsnprintf to xstrfmt
  stop_progress_msg: convert xsnprintf to xstrfmt
</content>
</entry>
<entry>
<title>Merge branch 'vn/line-log-memcpy-size-fix' into maint</title>
<updated>2017-03-16T20:56:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3d0449ded882cb59257a02a50a212d2e49eca634'/>
<id>urn:sha1:3d0449ded882cb59257a02a50a212d2e49eca634</id>
<content type='text'>
The command-line parsing of "git log -L" copied internal data
structures using incorrect size on ILP32 systems.

* vn/line-log-memcpy-size-fix:
  line-log: use COPY_ARRAY to fix mis-sized memcpy
</content>
</entry>
<entry>
<title>Merge branch 'ax/line-log-range-merge-fix' into maint</title>
<updated>2017-03-16T20:56:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c5bd9e5a97ab987334b8dead3ffd353332014949'/>
<id>urn:sha1:c5bd9e5a97ab987334b8dead3ffd353332014949</id>
<content type='text'>
The code to parse "git log -L..." command line was buggy when there
are many ranges specified with -L; overrun of the allocated buffer
has been fixed.

* ax/line-log-range-merge-fix:
  line-log.c: prevent crash during union of too many ranges
</content>
</entry>
<entry>
<title>Merge branch 'jk/add-i-patch-do-prompt' into maint</title>
<updated>2017-03-16T20:56:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=abe62a403f2d3fce004f57e0e7371523761e723f'/>
<id>urn:sha1:abe62a403f2d3fce004f57e0e7371523761e723f</id>
<content type='text'>
The patch subcommand of "git add -i" was meant to have paths
selection prompt just like other subcommand, unlike "git add -p"
directly jumps to hunk selection.  Recently, this was broken and
"add -i" lost the paths selection dialog, but it now has been
fixed.

* jk/add-i-patch-do-prompt:
  add--interactive: fix missing file prompt for patch mode with "-i"
</content>
</entry>
<entry>
<title>Merge branch 'jt/http-base-url-update-upon-redirect' into maint</title>
<updated>2017-03-16T20:56:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=68e12d7d97e1c1a853ac4c603b06afa051cf1276'/>
<id>urn:sha1:68e12d7d97e1c1a853ac4c603b06afa051cf1276</id>
<content type='text'>
When a redirected http transport gets an error during the
redirected request, we ignored the error we got from the server,
and ended up giving a not-so-useful error message.

* jt/http-base-url-update-upon-redirect:
  http: attempt updating base URL only if no error
</content>
</entry>
<entry>
<title>Merge branch 'js/travis-32bit-linux' into maint</title>
<updated>2017-03-16T20:56:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8e87cbc740493f8b0619642a680943df04742714'/>
<id>urn:sha1:8e87cbc740493f8b0619642a680943df04742714</id>
<content type='text'>
Add 32-bit Linux variant to the set of platforms to be tested with
Travis CI.

* js/travis-32bit-linux:
  Travis: also test on 32-bit Linux
</content>
</entry>
<entry>
<title>Merge branch 'jh/mingw-openssl-sha1' into maint</title>
<updated>2017-03-16T20:56:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-16T20:56:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=890d76504c79677c27f6661c0663e73519405ca3'/>
<id>urn:sha1:890d76504c79677c27f6661c0663e73519405ca3</id>
<content type='text'>
Windows port wants to use OpenSSL's implementation of SHA-1
routines, so let them.

* jh/mingw-openssl-sha1:
  mingw: use OpenSSL's SHA-1 routines
</content>
</entry>
</feed>
