<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.2.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.2.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.2.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-06-16T08:13:35Z</updated>
<entry>
<title>GIT 1.5.2.2</title>
<updated>2007-06-16T08:13:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-16T06:58:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c7c84859ad586ae5670224e1abc4f846f7c3a9ae'/>
<id>urn:sha1:c7c84859ad586ae5670224e1abc4f846f7c3a9ae</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: adjust to AsciiDoc 8</title>
<updated>2007-06-16T08:11:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-15T05:20:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4c7100a9f438c281c18c800b450ea12045d22d62'/>
<id>urn:sha1:4c7100a9f438c281c18c800b450ea12045d22d62</id>
<content type='text'>
It turns out that the attribute definition we have had for a
long time to hide "^" character from AsciiDoc 7 was not honored
by AsciiDoc 8 even under "-a asciidoc7compatible" mode.  There is
a similar breakage with the "compatible" mode with + characters.

The double colon at the end of definition list term needs
to be attached to the term, without a whitespace.  After this
minimum fixups, AsciiDoc 8 (I used 8.2.1 on Debian) with
compatibility mode seems to produce reasonably good results.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Avoid diff cost on "git log -z"</title>
<updated>2007-06-16T06:48:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-16T06:48:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=66e41f7b9912b3c9231c6577891eb12886d430e3'/>
<id>urn:sha1:66e41f7b9912b3c9231c6577891eb12886d430e3</id>
<content type='text'>
Johannes and Marco discovered that "git log -z" spent cycles in diff even
though there is no need to actually compute diffs.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-branch --track: fix tracking branch computation.</title>
<updated>2007-06-16T06:35:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-16T06:35:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7b99befef7d0ae173980f531e80916126011ca41'/>
<id>urn:sha1:7b99befef7d0ae173980f531e80916126011ca41</id>
<content type='text'>
The original code did not take hierarchical branch names into account at all.

[jc: cherry-picked 11f68d9 from 'master']

Tested-by: Gerrit Pape &lt;pape@smarden.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>$EMAIL is a last resort fallback, as it's system-wide.</title>
<updated>2007-06-16T06:33:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-16T06:33:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1367214417ee55266ab951cf198bf1aa7e051965'/>
<id>urn:sha1:1367214417ee55266ab951cf198bf1aa7e051965</id>
<content type='text'>
$EMAIL is a system-wide setup that is used for many many many
applications. If the git user chose a specific user.email setup,
then _this_ should be honoured rather than $EMAIL.

[jc: cherry-picked ec563e8 from 'master']

Signed-off-by: Pierre Habouzit &lt;madcoder@debian.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>merge-recursive: refuse to merge binary files</title>
<updated>2007-06-16T06:28:10Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-06-05T02:36:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fadf488f9b8c4fc709f0b083d2769ecc1e0e1119'/>
<id>urn:sha1:fadf488f9b8c4fc709f0b083d2769ecc1e0e1119</id>
<content type='text'>
[jc: cherry-picked 9f30855 from 'master']

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Move buffer_is_binary() to xdiff-interface.h</title>
<updated>2007-06-16T06:27:23Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-06-05T02:36:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=634cd48a8afdd920fa26c8ec3ae43e96c82c81f2'/>
<id>urn:sha1:634cd48a8afdd920fa26c8ec3ae43e96c82c81f2</id>
<content type='text'>
We already have two instances where we want to determine if a buffer
contains binary data as opposed to text.

[jc: cherry-picked 6bfce93e from 'master']

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Add a local implementation of hstrerror for the system which do not have it</title>
<updated>2007-06-16T05:48:34Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-06-13T18:54:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fa0c87c34471286b6c261c781a45ed090135295c'/>
<id>urn:sha1:fa0c87c34471286b6c261c781a45ed090135295c</id>
<content type='text'>
The function converts the value of h_errno (last error of name
resolver library, see netdb.h).
One of systems which supposedly do not have the function is SunOS.
POSIX does not mandate its presence.

Signed-off-by: Alex Riesen &lt;raa.lkml@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Generated spec file to be ignored is named git.spec and not git-core.spec</title>
<updated>2007-06-16T05:43:58Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-06-13T23:12:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=18a936805e82d769e33ea0dd866f8fe12ef1827e'/>
<id>urn:sha1:18a936805e82d769e33ea0dd866f8fe12ef1827e</id>
<content type='text'>
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ar/clone' into maint</title>
<updated>2007-06-13T03:48:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-13T03:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4f01d0f92db5cb38aaaab83adb50557beb35fb91'/>
<id>urn:sha1:4f01d0f92db5cb38aaaab83adb50557beb35fb91</id>
<content type='text'>
* ar/clone:
  Fix clone to setup the origin if its name ends with .git
</content>
</entry>
</feed>
