git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* keeping track of where a patch begins
@ 2009-10-21 14:45 E R
  2009-10-21 18:14 ` Nicolas Pitre
  0 siblings, 1 reply; 8+ messages in thread
From: E R @ 2009-10-21 14:45 UTC (permalink / raw)
  To: git

Hi,

We've started to use git at work. Developers create branches for their
patches (which we call "tickets" because they are related to our
ticketing system), and those branches are picked up by an integration
team and merged together to form a release. Hopefully this is not too
unconventional.

Ideally a developer will start their ticket branch from a previous
release. However, occasionally a developer working on multiple tickets
will forget to switch back to a release node when creating a new
ticket branch. Then code from the first ticket inadvertently gets
added to the second ticket, and this is a problem if integration
decides to include the second ticket in the release but not the first.

What solutions have you come up with to either to catch or prevent
this from happening? It is possible to determine what node a branch
started from?

It seems that somehow the node that the patch begins at has to be
either identified, marked or remembered, and it might have to done
outside of git. Then the integration team or other tools can validate
the starting node to ensure that it complies with the build process.

Thanks,
ER

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

end of thread, other threads:[~2009-10-30  8:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-21 14:45 keeping track of where a patch begins E R
2009-10-21 18:14 ` Nicolas Pitre
2009-10-21 20:03   ` Junio C Hamano
2009-10-21 20:50     ` Nicolas Pitre
2009-10-22  8:27     ` Thomas Rast
2009-10-30  7:25       ` Pascal Obry
2009-10-30  8:37         ` Thomas Rast
2009-10-26 14:30     ` Jeff King

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 NNTP newsgroup(s).