<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v2.5.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.5.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.5.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-07-10T21:17:56Z</updated>
<entry>
<title>Merge branch 'cb/subtree-tests-update'</title>
<updated>2015-07-10T21:17:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-10T21:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3cbb92054b2b9cafbf2a662f7858e5896d3e7ac4'/>
<id>urn:sha1:3cbb92054b2b9cafbf2a662f7858e5896d3e7ac4</id>
<content type='text'>
Tests update in contrib/subtree.

* cb/subtree-tests-update:
  contrib/subtree: small tidy-up to test
  contrib/subtree: fix broken &amp;&amp;-chains and revealed test error
  contrib/subtree: use tabs consitently for indentation in tests
</content>
</entry>
<entry>
<title>git-multimail: update to release 1.1.1</title>
<updated>2015-07-06T16:43:17Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2015-07-05T11:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5bdb7a78adf2a2656a1915e6fa656aecb45c1fc3'/>
<id>urn:sha1:5bdb7a78adf2a2656a1915e6fa656aecb45c1fc3</id>
<content type='text'>
The only change is a bugfix: the SMTP mailer was not working with
Python 2.4.

Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/prompt-document-ps1-state-separator'</title>
<updated>2015-07-01T21:02:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-01T21:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d70bc3b97a4792ba99117ac6b0051ff367d78419'/>
<id>urn:sha1:d70bc3b97a4792ba99117ac6b0051ff367d78419</id>
<content type='text'>
Docfix.

* jc/prompt-document-ps1-state-separator:
  git-prompt.sh: document GIT_PS1_STATESEPARATOR
</content>
</entry>
<entry>
<title>Merge branch 'pa/auto-gc-mac-osx'</title>
<updated>2015-06-24T19:21:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-24T19:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3072ec397c06af6abb693287928e39f3b8f3ae4d'/>
<id>urn:sha1:3072ec397c06af6abb693287928e39f3b8f3ae4d</id>
<content type='text'>
Recent Mac OS X updates breaks the logic to detect that the machine
is on the AC power in the sample pre-auto-gc script.

* pa/auto-gc-mac-osx:
  hooks/pre-auto-gc: adjust power checking for newer OS X
</content>
</entry>
<entry>
<title>Merge branch 'af/tcsh-completion-noclobber'</title>
<updated>2015-06-24T19:21:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-24T19:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c595cb9c4f7c5fb2b09c5f3d3c07cf4488dc7ef9'/>
<id>urn:sha1:c595cb9c4f7c5fb2b09c5f3d3c07cf4488dc7ef9</id>
<content type='text'>
The tcsh completion writes a bash scriptlet but that would have
failed for users with noclobber set.

* af/tcsh-completion-noclobber:
  git-completion.tcsh: fix redirect with noclobber
</content>
</entry>
<entry>
<title>Merge branch 'sg/completion-commit-cleanup'</title>
<updated>2015-06-24T19:21:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-24T19:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=54a17cdb9c56cec06f48c8e24b58da795fef301f'/>
<id>urn:sha1:54a17cdb9c56cec06f48c8e24b58da795fef301f</id>
<content type='text'>
* sg/completion-commit-cleanup:
  completion: teach 'scissors' mode to 'git commit --cleanup='
</content>
</entry>
<entry>
<title>contrib/subtree: small tidy-up to test</title>
<updated>2015-06-22T22:30:00Z</updated>
<author>
<name>Charles Bailey</name>
<email>cbailey32@bloomberg.net</email>
</author>
<published>2015-06-22T13:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=edc8f710c74b82391e21b91abf7c418934b056a3'/>
<id>urn:sha1:edc8f710c74b82391e21b91abf7c418934b056a3</id>
<content type='text'>
There's no need to switch branches to parse another branch's ancestry.

Signed-off-by: Charles Bailey &lt;cbailey32@bloomberg.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>contrib/subtree: fix broken &amp;&amp;-chains and revealed test error</title>
<updated>2015-06-22T22:29:51Z</updated>
<author>
<name>Charles Bailey</name>
<email>cbailey32@bloomberg.net</email>
</author>
<published>2015-06-22T13:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d417c244ec72f7300478fce035c5e49bfdc07537'/>
<id>urn:sha1:d417c244ec72f7300478fce035c5e49bfdc07537</id>
<content type='text'>
This fixes two instances where a &amp;&amp;-chain was broken in the subtree
tests and fixes a test error that was revealed because of this.

Many tests in t7900-subtree.sh make a commit and then use 'undo' to
reset the state for the next test. In the 'check hash of split' test,
an 'undo' was being invoked after a 'subtree split' even though the
particular invocation of 'subtree split' did not actually make a commit.
The subsequent check_equal was failing, but this failure was masked by
that broken &amp;&amp;-chain.

Removing this undo causes the failing check_equal to succeed but breaks
the a check_equal later on in the same test.

It turns out that an earlier test ('check if --message for merge works
with squash too') makes a commit but doesn't 'undo' to the state
expected by the remaining tests. None of the intervening tests cared
enough about the state of the test repo to fail and the spurious 'undo'
in 'check hash of split' restored the expected state for any remaining
test that might care.

Adding the missing 'undo' to 'check if --message for merge works
with squash too' and removing the spurious one from 'check hash of
split' fixes all tests once the &amp;&amp;-chains are completed.

Signed-off-by: Charles Bailey &lt;cbailey32@bloomberg.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>contrib/subtree: use tabs consitently for indentation in tests</title>
<updated>2015-06-22T22:29:36Z</updated>
<author>
<name>Charles Bailey</name>
<email>cbailey32@bloomberg.net</email>
</author>
<published>2015-06-22T13:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=41208825a8553f98295b8521a9ece7f3e81c2a75'/>
<id>urn:sha1:41208825a8553f98295b8521a9ece7f3e81c2a75</id>
<content type='text'>
Although subtrees tests uses more spaces for indentation than tabs,
there are still quite a lot of lines indented with tabs. As tabs conform
with Git coding guidelines resolve the inconsistency in favour of tabs.

Signed-off-by: Charles Bailey &lt;cbailey32@bloomberg.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-multimail: update to release 1.1.0</title>
<updated>2015-06-18T17:03:52Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2015-06-18T08:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5b1d901c0173b41010856e30776c92d02987ea25'/>
<id>urn:sha1:5b1d901c0173b41010856e30776c92d02987ea25</id>
<content type='text'>
The changes are described in CHANGES.

Contributions-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Contributions-by: Richard Hansen &lt;rhansen@rhansen.org&gt;
Contributions-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Contributions-by: Elijah Newren &lt;newren@gmail.com&gt;
Contributions-by: Luke Mewburn &lt;luke@mewburn.net&gt;
Contributions-by: Dave Boutcher &lt;daveboutcher@gmail.com&gt;
Contributions-by: Azat Khuzhin &lt;a3at.mail@gmail.com&gt;
Contributions-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Contributions-by: Mikko Johannes Koivunalho &lt;mikko.koivunalho@iki.fi&gt;
Contributions-by: Elijah Newren &lt;newren@palantir.com&gt;
Contributions-by: Benoît Ryder &lt;benoit@ryder.fr&gt;
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
