<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.1.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.1.5</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.1.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-01-27T22:49:30Z</updated>
<entry>
<title>GIT 1.1.5</title>
<updated>2006-01-27T22:49:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-27T22:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2111168f314ac4f53932b8bbb16191a3855f5b6f'/>
<id>urn:sha1:2111168f314ac4f53932b8bbb16191a3855f5b6f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>GIT 1.0.13</title>
<updated>2006-01-27T22:46:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-27T22:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ca182053c7710a286d72102f4576cf32e0dafcfb'/>
<id>urn:sha1:ca182053c7710a286d72102f4576cf32e0dafcfb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>checkout: do not make a temporary copy of symlink target.</title>
<updated>2006-01-27T22:44:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-27T22:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1ecc18e4fc0c91e9cab1aafbedb0eebdebaa8dd3'/>
<id>urn:sha1:1ecc18e4fc0c91e9cab1aafbedb0eebdebaa8dd3</id>
<content type='text'>
If the index records an insanely long symbolic link, copying
into the temporary would overflow the buffer (noticed by Mark
Wooding).

Because read_sha1_file() terminates the returned buffer with NUL
since late May 2005, there is no reason to copy it anymore.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>GIT 1.1.4</title>
<updated>2006-01-20T03:56:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-20T03:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c4e804bbf0c16aa0c2234ea733fba73de28bddaa'/>
<id>urn:sha1:c4e804bbf0c16aa0c2234ea733fba73de28bddaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GIT 1.0.12</title>
<updated>2006-01-20T02:32:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-20T02:32:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3a75f674017fdf86d8b742cdfeb0df8700a2d03a'/>
<id>urn:sha1:3a75f674017fdf86d8b742cdfeb0df8700a2d03a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>git-fetch-pack: really do not ask for funny refs</title>
<updated>2006-01-20T02:29:43Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-01-18T23:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e921fb82cf6fb4a5f138ec9d27bc37c658336a8c'/>
<id>urn:sha1:e921fb82cf6fb4a5f138ec9d27bc37c658336a8c</id>
<content type='text'>
If git-fetch-pack was called with out any refspec, it would ask the server
for funny refs. That cannot work, since the funny refs are not marked
as OUR_REF by upload-pack, which just exits with an error.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Revert "check_packed_git_idx(): check integrity of the idx file itself."</title>
<updated>2006-01-20T02:29:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-19T04:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e93ec6f9d8dd122557d54505129f7860b9301503'/>
<id>urn:sha1:e93ec6f9d8dd122557d54505129f7860b9301503</id>
<content type='text'>
This reverts c5ced64578a82b9d172aceb2f67c6fb9e639f6d9 commit.
It turns out that doing this check every time we map the idx file
is quite expensive.  A corrupt idx file is caught by git-fsck-objects,
so this check is not strictly necessary.

In one unscientific test, 0.99.9m spent 10 seconds usertime for
the same task 1.1.3 takes 37 seconds usertime.  Reverting this gives
us the performance of 0.99.9 back.
</content>
</entry>
<entry>
<title>GIT 1.1.3</title>
<updated>2006-01-16T06:22:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-16T06:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8a263aeb4f913e04e18248eb4d370157f1d253e6'/>
<id>urn:sha1:8a263aeb4f913e04e18248eb4d370157f1d253e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>describe: omit clearing marks on the last one.</title>
<updated>2006-01-16T06:15:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-16T06:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=181dc776956b4d265891ac70514ed214e4b7564a'/>
<id>urn:sha1:181dc776956b4d265891ac70514ed214e4b7564a</id>
<content type='text'>
When describing more than one, we need to clear the commit marks
before handling the next one, but most of the time we are
running it for only one commit, and in such a case this clearing
phase is totally unnecessary.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'fixo/1.0'</title>
<updated>2006-01-16T05:12:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-16T05:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7cb038a692ec0bdc0f442380678e8e87e26d4e68'/>
<id>urn:sha1:7cb038a692ec0bdc0f442380678e8e87e26d4e68</id>
<content type='text'>
</content>
</entry>
</feed>
