git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* stable as subset of develop
@ 2016-08-27  2:29 Brett Porter
  2016-08-27  7:55 ` Jakub Narębski
  0 siblings, 1 reply; 4+ messages in thread
From: Brett Porter @ 2016-08-27  2:29 UTC (permalink / raw)
  To: git


In a small group, develop is the branch where all fixes/additions/... from topic
branches are merged rather dynamically. Thorough testing of commits may lag behind,
but when we think one is a pretty good commit we want to identify it as (at least
relatively) the latest stable. We could tag it, but we would like these stable commits to
be a branch in the sense that each commit points back to a previous commit.

Merging from a development branch commit to stable isn't quite what we want. It seems
more like:

   checkout the new good development commit
   change HEAD to the head of the stable branch
   git add --all
   git commit
   (maybe tag the new commit with the hash of the chosen development commit)

Will that work (one thing beyond my current understanding is if there are index complications)?
Other ideas?

This could help with applying successively more intense testing over time and chase down
where problems arose.

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

end of thread, other threads:[~2016-08-27 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-27  2:29 stable as subset of develop Brett Porter
2016-08-27  7:55 ` Jakub Narębski
2016-08-27 13:17   ` Brett Porter
2016-08-27 15:46     ` Jakub Narębski

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).