<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v2.2.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.2.1</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.2.1'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2014-11-10T19:26:09Z</updated>
<entry>
<title>Merge branch 'js/diff-highlight-avoid-sigpipe'</title>
<updated>2014-11-10T19:26:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-11-10T19:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bd51886f304f8ce2e83aed8a52b20553acb09373'/>
<id>urn:sha1:bd51886f304f8ce2e83aed8a52b20553acb09373</id>
<content type='text'>
* js/diff-highlight-avoid-sigpipe:
  diff-highlight: exit when a pipe is broken
</content>
</entry>
<entry>
<title>diff-highlight: exit when a pipe is broken</title>
<updated>2014-11-04T21:18:35Z</updated>
<author>
<name>John Szakmeister</name>
<email>john@szakmeister.net</email>
</author>
<published>2014-11-04T20:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=251e7dad517bd369387c4dedfe77b380f025e0f3'/>
<id>urn:sha1:251e7dad517bd369387c4dedfe77b380f025e0f3</id>
<content type='text'>
While using diff-highlight with other tools, I have discovered that Python
ignores SIGPIPE by default.  Unfortunately, this also means that tools
attempting to launch a pager under Python--and don't realize this is
happening--means that the subprocess inherits this setting.  In this case, it
means diff-highlight will be launched with SIGPIPE being ignored.  Let's work
with those broken scripts by restoring the default SIGPIPE handler.

Signed-off-by: John Szakmeister &lt;john@szakmeister.net&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: typofixes</title>
<updated>2014-11-04T21:14:44Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2014-11-03T20:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f745acb028ee8f7dcd1c8f10127b8feeaa255cf7'/>
<id>urn:sha1:f745acb028ee8f7dcd1c8f10127b8feeaa255cf7</id>
<content type='text'>
In addition to fixing trivial and obvious typos, be careful about
the following points:

 - Spell ASCII, URL and CRC in ALL CAPS;
 - Spell Linux as Capitalized;
 - Do not omit periods in "i.e." and "e.g.".

Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'oc/mergetools-beyondcompare'</title>
<updated>2014-10-29T17:08:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-29T17:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c1777a297043a06d6c18d383d17447f5eefcdcbe'/>
<id>urn:sha1:c1777a297043a06d6c18d383d17447f5eefcdcbe</id>
<content type='text'>
* oc/mergetools-beyondcompare:
  mergetool: rename bc3 to bc
</content>
</entry>
<entry>
<title>Merge branch 'js/completion-hide-not-a-repo'</title>
<updated>2014-10-21T20:28:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-21T20:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=693f62ff6862b2bcee2bfba8db8d1e9196fa239c'/>
<id>urn:sha1:693f62ff6862b2bcee2bfba8db8d1e9196fa239c</id>
<content type='text'>
Some internal error messages leaked out of the bash completion when
typing "git cmd &lt;TAB&gt;" and the machinery tried to complete
refnames.

* js/completion-hide-not-a-repo:
  completion: silence "fatal: Not a git repository" error
</content>
</entry>
<entry>
<title>mergetool: rename bc3 to bc</title>
<updated>2014-10-21T18:25:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-20T22:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f13f9b0eab8ec4880be0e4423ebdcfdbcd41eeb6'/>
<id>urn:sha1:f13f9b0eab8ec4880be0e4423ebdcfdbcd41eeb6</id>
<content type='text'>
Beyond Compare version 4 works the same way as version 3, so rename
the existing "bc3" adaptor to just "bc", while keeping "bc3" as a
backward compatible wrapper.

Noticed-by: Olivier Croquette &lt;ocroquette@free.fr&gt;
Helped-by: David Aguilar &lt;davvid@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ss/contrib-subtree-contacts'</title>
<updated>2014-10-20T19:25:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-20T19:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9c6be8b5ab89bcc800d500f84358e4e63ee88042'/>
<id>urn:sha1:9c6be8b5ab89bcc800d500f84358e4e63ee88042</id>
<content type='text'>
* ss/contrib-subtree-contacts:
  contacts: add a Makefile to generate docs and install
  subtree: add an install-html target
</content>
</entry>
<entry>
<title>Merge branch 'jc/completion-no-chdir'</title>
<updated>2014-10-16T21:16:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-16T21:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=98349e5364da6164add4ede3e63ceba2cc39159b'/>
<id>urn:sha1:98349e5364da6164add4ede3e63ceba2cc39159b</id>
<content type='text'>
* jc/completion-no-chdir:
  completion: use "git -C $there" instead of (cd $there &amp;&amp; git ...)
</content>
</entry>
<entry>
<title>contacts: add a Makefile to generate docs and install</title>
<updated>2014-10-15T22:18:27Z</updated>
<author>
<name>Sebastian Schuberth</name>
<email>sschuberth@gmail.com</email>
</author>
<published>2014-10-15T18:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2ea40f01c51b7a3e0e5ab32dbacfb1c38e852631'/>
<id>urn:sha1:2ea40f01c51b7a3e0e5ab32dbacfb1c38e852631</id>
<content type='text'>
Also add a gitignore file for generated files.

Signed-off-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>subtree: add an install-html target</title>
<updated>2014-10-15T22:17:08Z</updated>
<author>
<name>Sebastian Schuberth</name>
<email>sschuberth@gmail.com</email>
</author>
<published>2014-10-15T18:49:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4d24d5202c3c08c999231cc30bf8de70bf11dc80'/>
<id>urn:sha1:4d24d5202c3c08c999231cc30bf8de70bf11dc80</id>
<content type='text'>
Also adjust ignore rules accordingly.

Signed-off-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
