From: E R <pc88mxer@gmail.com>
To: git@vger.kernel.org
Subject: keeping track of where a patch begins
Date: Wed, 21 Oct 2009 09:45:15 -0500 [thread overview]
Message-ID: <3a69fa7c0910210745r311cf18xf966f5c63650cde6@mail.gmail.com> (raw)
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
next reply other threads:[~2009-10-21 14:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-21 14:45 E R [this message]
2009-10-21 18:14 ` keeping track of where a patch begins 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3a69fa7c0910210745r311cf18xf966f5c63650cde6@mail.gmail.com \
--to=pc88mxer@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).