[gobolinux-users] Call for volunteers: would you like to be a recipe committer?
Dave Dodge
dododge at dododge.net
Sun Jul 22 01:53:31 UTC 2007
On Sat, Jul 21, 2007 at 12:23:32AM -0700, Samuel A. Falvo II wrote:
> But darcs and git DO allow me to continue submitting distinct
> patches (instead of one behemoth CL) to my local repo,
See also "quilt" (http://savannah.nongnu.org/projects/quilt), which is
designed to manage local changes to a tree in the form of a patch
series. When my work project was using svn, I did almost all of my
actual development with quilt, and then committed the changes
one-by-one into svn when everything was ready and stable. The quilt
mode for emacs helped.
The quilt workflow has been found to be so useful that hg and git both
ended up adding quilt implementations (with better integration into
the revision history than quilt provides). Hg's "mq" extension almost
exactly mimics quilt's command set and patch storage model, and a
substantial portion of the hg book is devoted to it.
-Dave Dodge
More information about the gobolinux-users
mailing list