On Wed, Jul 22, 2015 at 8:13 PM, Ted Dunning <ted.dunn...@gmail.com> wrote:

> On Wed, Jul 22, 2015 at 6:54 PM, Valentin Kulichenko <
> valentin.kuliche...@gmail.com> wrote:
>
> > > Concerns have been raised about the people behind the actual commits,
> > that
> > > seems to be left open ?
> > >
> >
> > The identity of the committers is never lost (at least to my knowledge).
> We
> > actually have the opposite problem of too many commits happening in
> > different branches because of our branching policy which requires a
> > separate branch for every ticket.
> >
>
> How are they preserved when the bug branch is deleted as per guidelines?
>

Branch is removed after it's merged to master. Merge process in Git implies
applying all commits made in branch one by one preserving the full history.
All these commits will be visible in master (including comments, authors,
timestamps, etc.).

Reply via email to