On Sun, Feb 24, 2008 at 02:26:19PM +0100, Mike Hommey wrote: > Package: pristine-tar > Version: 0.9 > Severity: wishlist > > The current way pristine-tar stores information doesn't prevent the > object which sha1 is in the .tar.gz.id file in a given pristine-tar > commit-tree to be removed by git-prune, if, for whatever reason, the > object is orphaned (a stupid example would be commit message change in > the upstream branch with git filter-branch).
BTW, I see the .delta file is actually a .tar.gz file. This is probably not very efficient for git storage. the manifest, for example, would benefit from being in uncompressed plain text, without the first level of directory, so that it can be deltaed with other versions. The first level could be either in another file of on the first line of the manifest. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

