I would like to see a history of any branch that merges into another branch. For example I have master as my production code. I also have a build branch and several development branches. When a development branch is ready to build we merge into our build branch. At this point this command is fine "git branch –merged" however, when the development branch changes and the commit point moves this command does not list the branch(s) that merged to the build branch. I need to know all the changes merged in from the dev branches to the build branch regardless if the commit point changes, kind of like a full history of the build branch. Is this possible? How is it done?
Any help would be greatly appreciated -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
