<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.14.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.14.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.14.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2017-09-22T05:50:02Z</updated>
<entry>
<title>Sync with 2.13.6</title>
<updated>2017-09-22T05:50:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-22T05:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cef9271e0181fa22d337dca3a17bf07aa92a03e8'/>
<id>urn:sha1:cef9271e0181fa22d337dca3a17bf07aa92a03e8</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.12.5</title>
<updated>2017-09-22T05:48:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-22T05:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1df0306d9b6a9e92c646dab77683c2a72957d03d'/>
<id>urn:sha1:1df0306d9b6a9e92c646dab77683c2a72957d03d</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.11.4</title>
<updated>2017-09-22T05:45:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-22T05:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65c9d4bd7bcb3f087b56b659423c82a034ecacbd'/>
<id>urn:sha1:65c9d4bd7bcb3f087b56b659423c82a034ecacbd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.10.5</title>
<updated>2017-09-22T05:43:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-22T05:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0a4986d95111da89a416e2a28f5bb5d534c07271'/>
<id>urn:sha1:0a4986d95111da89a416e2a28f5bb5d534c07271</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/git-shell-drop-cvsserver' into maint-2.10</title>
<updated>2017-09-22T05:34:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-22T05:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=985f59c042320ddf0a506e553d5eef9689ef4c32'/>
<id>urn:sha1:985f59c042320ddf0a506e553d5eef9689ef4c32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shell: drop git-cvsserver support by default</title>
<updated>2017-09-12T02:05:58Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2017-09-11T15:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9a42c03cb71eaa9d41ba67275de38c997a791c32'/>
<id>urn:sha1:9a42c03cb71eaa9d41ba67275de38c997a791c32</id>
<content type='text'>
The git-cvsserver script is old and largely unmaintained
these days. But git-shell allows untrusted users to run it
out of the box, significantly increasing its attack surface.

Let's drop it from git-shell's list of internal handlers so
that it cannot be run by default.  This is not backwards
compatible. But given the age and development activity on
CVS-related parts of Git, this is likely to impact very few
users, while helping many more (i.e., anybody who runs
git-shell and had no intention of supporting CVS).

There's no configuration mechanism in git-shell for us to
add a boolean and flip it to "off". But there is a mechanism
for adding custom commands, and adding CVS support here is
fairly trivial. Let's document it to give guidance to
anybody who really is still running cvsserver.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'hv/t5526-andand-chain-fix' into maint</title>
<updated>2017-09-10T08:03:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-10T08:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b3c2280960083d973ac02032255c8ab7ed59e930'/>
<id>urn:sha1:b3c2280960083d973ac02032255c8ab7ed59e930</id>
<content type='text'>
Test fix.

* hv/t5526-andand-chain-fix:
  t5526: fix some broken &amp;&amp; chains
</content>
</entry>
<entry>
<title>Merge branch 'rs/t1002-do-not-use-sum' into maint</title>
<updated>2017-09-10T08:03:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-10T08:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1a8a3286544a5ab54b6e360e420edb219f02d69a'/>
<id>urn:sha1:1a8a3286544a5ab54b6e360e420edb219f02d69a</id>
<content type='text'>
Test simplification.

* rs/t1002-do-not-use-sum:
  t1002: stop using sum(1)
</content>
</entry>
<entry>
<title>Merge branch 'rs/t3700-clean-leftover' into maint</title>
<updated>2017-09-10T08:02:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-10T08:02:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f35a1d75b5ecefaef7b1a8ec55543c82883df82f'/>
<id>urn:sha1:f35a1d75b5ecefaef7b1a8ec55543c82883df82f</id>
<content type='text'>
A test fix.

* rs/t3700-clean-leftover:
  t3700: fix broken test under !POSIXPERM
</content>
</entry>
<entry>
<title>Merge branch 'ab/ref-filter-no-contains' into maint</title>
<updated>2017-09-10T08:02:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-09-10T08:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1eb539a9b3ed2af95992bf9460bd77b4bc5fea23'/>
<id>urn:sha1:1eb539a9b3ed2af95992bf9460bd77b4bc5fea23</id>
<content type='text'>
A test fix.

* ab/ref-filter-no-contains:
  tests: don't give unportable "&gt;" to "test" built-in, use -gt
</content>
</entry>
</feed>
