<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.4-rc4</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.4-rc4</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.4-rc4'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2013-08-19T17:34:14Z</updated>
<entry>
<title>Git 1.8.4-rc4</title>
<updated>2013-08-19T17:34:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-19T17:34:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4d06473928ee574910accbde05c19ef2263abdf6'/>
<id>urn:sha1:4d06473928ee574910accbde05c19ef2263abdf6</id>
<content type='text'>
As we had to revert two topics at the last minute, let's have
another (hopefully short) round of rc to make sure the final release
will be sound.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Revert "Add new @ shortcut for HEAD"</title>
<updated>2013-08-14T22:04:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-14T17:57:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2c2b6646c2723459dbd334c7ced6f77ffb0d596e'/>
<id>urn:sha1:2c2b6646c2723459dbd334c7ced6f77ffb0d596e</id>
<content type='text'>
This reverts commit cdfd94837b27c220f70f032b596ea993d195488f, as it
does not just apply to "@" (and forms with modifiers like @{u}
applied to it), but also affects e.g. "refs/heads/@/foo", which it
shouldn't.

The basic idea of giving a short-hand might be good, and the topic
can be retried later, but let's revert to avoid affecting existing
use cases for now for the upcoming release.
</content>
</entry>
<entry>
<title>Revert "git stash: avoid data loss when "git stash save" kills a directory"</title>
<updated>2013-08-14T16:53:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-14T16:53:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c1ebd90c832e28ff27654c21f9985aebe986352d'/>
<id>urn:sha1:c1ebd90c832e28ff27654c21f9985aebe986352d</id>
<content type='text'>
This reverts commit a73653130edd6a8977106d45a8092c09040f9132, as it
has been reported that "ls-files --killed" is too time-consuming in
a deep directory with too many untracked crufts (e.g. $HOME/.git
tracking only a few files).

We'd need to revisit it later but "ls-files --killed" needs to be
optimized before it happens.
</content>
</entry>
<entry>
<title>Git 1.8.4-rc3</title>
<updated>2013-08-13T18:10:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-13T18:10:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=425df881e08bed7a8fcc9a23f452cff792f9ec6c'/>
<id>urn:sha1:425df881e08bed7a8fcc9a23f452cff792f9ec6c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge git://github.com/git-l10n/git-po</title>
<updated>2013-08-13T17:50:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-13T17:50:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eaaec50fcd705b10f59e1104e22914f844eaf4de'/>
<id>urn:sha1:eaaec50fcd705b10f59e1104e22914f844eaf4de</id>
<content type='text'>
* git://github.com/git-l10n/git-po:
  l10n: Add reference for french translation team
  l10n: fr.po: 821/2112 messages translated
</content>
</entry>
<entry>
<title>Merge branch 'sb/mailmap-updates'</title>
<updated>2013-08-13T17:49:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-13T17:49:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2809258c28b92add5dfa0b72703c477a7f5ac0ff'/>
<id>urn:sha1:2809258c28b92add5dfa0b72703c477a7f5ac0ff</id>
<content type='text'>
* sb/mailmap-updates:
  .mailmap: Combine more (name, email) to individual persons
  .mailmap: update long-lost friends with multiple defunct addresses
</content>
</entry>
<entry>
<title>.mailmap: Combine more (name, email) to individual persons</title>
<updated>2013-08-13T17:49:06Z</updated>
<author>
<name>Stefan Beller</name>
<email>stefanbeller@googlemail.com</email>
</author>
<published>2013-08-12T08:12:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cdb6b5ac67a48e6d25eb44dd2d632b60cfc7b743'/>
<id>urn:sha1:cdb6b5ac67a48e6d25eb44dd2d632b60cfc7b743</id>
<content type='text'>
Signed-off-by: Stefan Beller &lt;stefanbeller@googlemail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>.mailmap: update long-lost friends with multiple defunct addresses</title>
<updated>2013-08-13T17:47:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-08-12T07:58:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=10813e0d3c72671e24407ef4bd43b74f60445089'/>
<id>urn:sha1:10813e0d3c72671e24407ef4bd43b74f60445089</id>
<content type='text'>
A handful of past contributors are recorded with multiple e-mail
addresses, all of which are undeliverable.  With a lot of help from
Jonathan, we located all of them except for one person, and a pair
of addresses we suspect belong to a single person but we are not
certain.

Update the found ones with their currently preferred address, and
use the last known address to consolidate contributions by the lost
one.

Helped-by: Stefan Beller &lt;stefanbeller@googlemail.com&gt;
Helped-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-remote-mediawiki: ignore generated git-mw</title>
<updated>2013-08-13T16:52:22Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2013-08-13T13:32:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8ed205a380a3ec5e92fb8ae69f5cb20b6cbaa636'/>
<id>urn:sha1:8ed205a380a3ec5e92fb8ae69f5cb20b6cbaa636</id>
<content type='text'>
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>l10n: Add reference for french translation team</title>
<updated>2013-08-11T15:14:58Z</updated>
<author>
<name>Jean-Noel Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2013-08-09T22:30:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1b5f46f15917fc938c219732fe5ec6a45748f1f7'/>
<id>urn:sha1:1b5f46f15917fc938c219732fe5ec6a45748f1f7</id>
<content type='text'>
Signed-off-by: Jean-Noel Avila &lt;jn.avila@free.fr&gt;
</content>
</entry>
</feed>
