Re: How can I automatically create a GIT branch that represents a sequence of tags?

2013-08-11 Thread Kristian Freed
On Sun, Aug 11, 2013 at 12:20 AM, Fredrik Gustafsson iv...@iveqy.com wrote: I don't understand, why is it better to find between which tags a error was found and not in what commit. It's much easier to find a bug introduced in a commit than in a tag/release. It sounds like you're doing the bug

How can I automatically create a GIT branch that represents a sequence of tags?

2013-08-10 Thread Kristian Freed
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,

What is the best way to perform a complex refactoring spanning multiple repositories?

2013-07-26 Thread Kristian Freed
Hi, I need to re-organize a project using git. This project currently has 3 separate (central) repositories and I will need to move a large number of files back and forth between them. While doing this, there is development going on on each branch, and the restructuring will take some time. I