<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/list-objects.c, branch v1.5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.5.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2007-04-14T10:14:14Z</updated>
<entry>
<title>Teach git list-objects logic to not follow gitlinks</title>
<updated>2007-04-14T10:14:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2007-04-13T16:25:01Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6e2f441bd42c55c73b5e7ac1fdc2aded07901cb3'/>
<id>urn:sha1:6e2f441bd42c55c73b5e7ac1fdc2aded07901cb3</id>
<content type='text'>
This allows us to pack superprojects and thus clone them (but not yet
check them out on the receiving side.. That's the next patch)

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Initialize tree descriptors with a helper function rather than by hand.</title>
<updated>2007-03-21T17:21:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2007-03-21T17:08:25Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6fda5e5180c2e7c130978361aea53b4e66f36823'/>
<id>urn:sha1:6fda5e5180c2e7c130978361aea53b4e66f36823</id>
<content type='text'>
This removes slightly more lines than it adds, but the real reason for
doing this is that future optimizations will require more setup of the
tree descriptor, and so we want to do it in one place.

Also renamed the "desc.buf" field to "desc.buffer" just to trigger
compiler errors for old-style manual initializations, making sure I
didn't miss anything.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>pack-objects: further work on internal rev-list logic.</title>
<updated>2006-09-07T09:46:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-09-06T08:42:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8d1d8f83b5d918c6071b606e321de9c31fed9e68'/>
<id>urn:sha1:8d1d8f83b5d918c6071b606e321de9c31fed9e68</id>
<content type='text'>
This teaches the internal rev-list logic to understand options
that are needed for pack handling: --all, --unpacked, and --thin.

It also moves two functions from builtin-rev-list to list-objects
so that the two programs can share more code.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Separate object listing routines out of rev-list</title>
<updated>2006-09-07T09:46:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-09-05T04:50:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c64ed70d2557101f2a2c3f76315049d027fe645b'/>
<id>urn:sha1:c64ed70d2557101f2a2c3f76315049d027fe645b</id>
<content type='text'>
Create a separate file, list-objects.c, and move object listing
routines from rev-list to it.  The next round will use it in
pack-objects directly.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
