<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v1.8.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.8.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.8.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-04-26T18:12:30Z</updated>
<entry>
<title>Merge branch 'fc/untracked-zsh-prompt' into maint</title>
<updated>2013-04-26T18:12:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-04-26T18:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1a475c4a2f4fead39b4e80dcdfbcf0627dfb5327'/>
<id>urn:sha1:1a475c4a2f4fead39b4e80dcdfbcf0627dfb5327</id>
<content type='text'>
* fc/untracked-zsh-prompt:
  prompt: fix untracked files for zsh
</content>
</entry>
<entry>
<title>test-hg-hg-git.sh: do not use export X=Y</title>
<updated>2013-04-26T16:53:52Z</updated>
<author>
<name>Torsten Bögershausen</name>
<email>tboegi@web.de</email>
</author>
<published>2013-04-26T09:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=86c5e148c9100634f0714e61ac85f90f409e12c7'/>
<id>urn:sha1:86c5e148c9100634f0714e61ac85f90f409e12c7</id>
<content type='text'>
The shell syntax "export X=Y" is not understood by all shells.

Signed-off-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>test-hg-bidi.sh: do not use export X=Y</title>
<updated>2013-04-26T16:53:31Z</updated>
<author>
<name>Torsten Bögershausen</name>
<email>tboegi@web.de</email>
</author>
<published>2013-04-26T09:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=93cd8d970b327e916b6a0eca6377fd357d05b15c'/>
<id>urn:sha1:93cd8d970b327e916b6a0eca6377fd357d05b15c</id>
<content type='text'>
The shell syntax "export X=Y A=B" is not understood by all shells.

Signed-off-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: remove duplicate block for "git commit -c"</title>
<updated>2013-04-24T23:05:07Z</updated>
<author>
<name>Mårten Kongstad</name>
<email>marten.kongstad@gmail.com</email>
</author>
<published>2013-04-24T20:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7612e61e33981f48f212f6aefe3550ac724d6208'/>
<id>urn:sha1:7612e61e33981f48f212f6aefe3550ac724d6208</id>
<content type='text'>
Remove one of two consecutive, identical blocks for "git commit -c".

This was caused by a mechanical mismerge at d931e2fb252e (Merge
branch 'mp/complete-paths', 2013-02-08).  The side branch wanted to
add this block at fea16b47 but the same fix was done independently
at 685397585 already.

Signed-off-by: Mårten Kongstad &lt;marten.kongstad@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rr/prompt-revert-head' into maint</title>
<updated>2013-04-22T18:26:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-04-22T18:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ad62fd0c2c00aa0cf991d6060cbb13bdd7727319'/>
<id>urn:sha1:ad62fd0c2c00aa0cf991d6060cbb13bdd7727319</id>
<content type='text'>
* rr/prompt-revert-head:
  bash: teach __git_ps1 about REVERT_HEAD
</content>
</entry>
<entry>
<title>prompt: fix untracked files for zsh</title>
<updated>2013-04-22T01:01:37Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-04-21T22:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=24b6132e571bf2e27536d42022f8c0733034d880'/>
<id>urn:sha1:24b6132e571bf2e27536d42022f8c0733034d880</id>
<content type='text'>
We signal presense of untracked files by adding a per-cent sign '%'
to the prompt.  But because '%' is used as an escape character to
introduce prompt customization in zsh (just like bash prompt uses
'\' to escape '\u', '\h', etc.), we need to say '%%' to get a
literal per-cent.

Helped-by: Andreas Schwab &lt;schwab@linux-m68k.org&gt;
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>remote-hg: fix commit messages</title>
<updated>2013-04-18T06:41:25Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-04-18T06:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=845241d5446c6c4be70fcaa9f7b605e7c6760181'/>
<id>urn:sha1:845241d5446c6c4be70fcaa9f7b605e7c6760181</id>
<content type='text'>
git fast-import expects an extra newline after the commit message data,
but we are adding it only on hg-git compat mode, which is why the
bidirectionality tests pass.

We should add it unconditionally.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>contrib/subtree: fix spelling of accidentally</title>
<updated>2013-04-12T19:23:12Z</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-04-11T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d0008b3c667d3496cc1c27161fcbcd7e40aa9d02'/>
<id>urn:sha1:d0008b3c667d3496cc1c27161fcbcd7e40aa9d02</id>
<content type='text'>
Noticed with Lucas De Marchi's codespell tool.

Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Acked-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-remote-mediawiki: spelling fixes</title>
<updated>2013-04-12T19:13:05Z</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-04-11T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2582ab18e4b6bf7e56f7931a65b5f2e05e37c18a'/>
<id>urn:sha1:2582ab18e4b6bf7e56f7931a65b5f2e05e37c18a</id>
<content type='text'>
Most of these were found using Lucas De Marchi's codespell tool.
Others were pointed out by Eric Sunshine.

Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Acked-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 1.8.1.6</title>
<updated>2013-04-07T20:17:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-04-07T16:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6466fbbeef67ec398f6f5d5b5da5d6f107a647b2'/>
<id>urn:sha1:6466fbbeef67ec398f6f5d5b5da5d6f107a647b2</id>
<content type='text'>
</content>
</entry>
</feed>
