git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Develop a patch series with git?
@ 2020-02-11  9:22 Steve Keller
  2020-02-11 13:40 ` Shourya Shukla
  2020-02-11 20:00 ` Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Steve Keller @ 2020-02-11  9:22 UTC (permalink / raw)
  To: git

I wonder how git supports developing a series of small patches.  In my
usual development I go back and forth along a series of patches before
I can commit them all.  I use quilt for that.

Say I want to add feature FOO and start a patch "FOO" editing some
source file.  In the process of doing so I realize that I need an
extension of some function to base my patch on, so I do "quilt pop" to
undo patch FOO and insert a new patch BAR and then re-apply FOO by
calling quilt push.  No I can use the new extension from BAR in my
current patch FOO.  The patch series often contains quite a number of
patches and I push, pop, and edit these patches quite often.  Only
when everything is done I use git commit all the patches into the
repository.

My question is whether there is git functionality to replace quilt.
Or is the combination of quilt and git common?

Steve


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-12  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11  9:22 Develop a patch series with git? Steve Keller
2020-02-11 13:40 ` Shourya Shukla
2020-02-11 20:00 ` Jeff King
2020-02-12  9:02   ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).