Re: auto-packing on kernel.org? please?
From: Catalin Marinas <hidden>
Date: 2016-06-15 22:42:13
On 22/11/05, Chuck Lever [off-list ref] wrote:
Linus Torvalds wrote:quoted
But maybe that's what stgit wants (since they are "temporary"), but it does mean that if you see a big advantage from packing, you might be losing some of it.actually, those commits aren't all that "temporary". the history/revision feature i'm working on would like to maintain all the commits ever done to an StGIT patch.
That's to avoid pruning them but you might not always want to add them to a pack.
the only time you can throw away such commits is when the patch is deleted or when it is finally committed to the repository via "stg commit". otherwise, keeping these commits in a pack would be quite a good thing. maybe the first thing to do is to get a basic understanding of an StGIT commit's lifetime.
My initial idea was to throw the old commit away once a patch is refreshed. Even if you want to preserve the history, it would be only preserved until you send the patch to be merged upstream and you would delete it locally. If all the patches are meant to be sent upstream at some point, you can avoid packing them. -- Catalin