git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How can I automatically create a GIT branch that represents a sequence of tags?
@ 2013-08-10 22:29 Kristian Freed
  2013-08-10 23:20 ` Fredrik Gustafsson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kristian Freed @ 2013-08-10 22:29 UTC (permalink / raw)
  To: git

In our current setup, we have automatic tagging in git of all
successful release builds. This makes it easy to go back to stable
points in history and compare functionality, check when bugs were
introduced etc.

To help with this process further, it would be useful to be able to
use git bisect, but as these are just a sequence of tags, not commits
on a branch, git bisect will not work as is.

Is there any tooling for automatically recreating a branch from a
sequence of tags, where each generated commit is the calculated delta
between each two neighbouring tags?

Thanks,
Kristian

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

end of thread, other threads:[~2013-08-11 12:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 22:29 How can I automatically create a GIT branch that represents a sequence of tags? Kristian Freed
2013-08-10 23:20 ` Fredrik Gustafsson
2013-08-11  5:16   ` Michael Haggerty
2013-08-11  6:20     ` Fredrik Gustafsson
2013-08-11  7:49   ` Philip Oakley
2013-08-11 11:13   ` Kristian Freed
2013-08-11 12:23     ` Fredrik Gustafsson
2013-08-11  9:36 ` Andreas Schwab
2013-08-11 10:16 ` Felipe Contreras

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