On Wed, Apr 25, 2007 at 10:52:48PM +0300, Michael S. Tsirkin wrote:
quoted
Quoting Josef Sipek [off-list ref]:
Subject: Re: using stgit/guilt for public branches
You could try to use git to version the patches directory
(.git/patches/$branch/) and publish that in addition to the actual kernel
repository.
How does one do this, exactly?
cd .git/patches/$branch/
git-init-db
git-commit -a -m "initial import"
Then set up this repository to push/pull.
No guarantees about it actually being helpful to your situation :)
Josef "Jeff" Sipek.
--
UNIX is user-friendly ... it's just selective about who it's friends are