denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

Implement GITLINK support in WorkingTreeIterator #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a TODO marker in WorkingTreeIterator's idBuffer() method to add
support for the GITLINK type of file.

This requires opening a repository against the child and reading its HEAD
reference to get the current commit.

For performance reasons we probably also want to modify Repository to
permit opening a Repository instance without building the list of PackFiles
right away, or even reading the config file.  These items aren't necessary
to resolve the HEAD ref into an ObjectId for use here.

Original issue reported on code.google.com by shawn.pe...@gmail.com on 28 Aug 2008 at 4:29

GoogleCodeExporter commented 8 years ago

Original comment by shawn.pe...@gmail.com on 5 Sep 2008 at 4:58

GoogleCodeExporter commented 8 years ago
Moved to https://bugs.eclipse.org/bugs/show_bug.cgi?id=319787

Original comment by robin.ro...@gmail.com on 13 Jul 2010 at 8:27