Re: [git-users] Using git log to track frequently upgraded branch

2016-07-27 Thread Dale R. Worley
Jerome Fouletier writes: > I have one branch BR1 which receives frequent merges from branch BR0. > Branch BR1 is tagged once per sprint, and I need to list the commits that > have been made or merged since the last tag: > > >-A1---B1(TAG)--C1---D1---E1---F1---G1(BR1) > >/

[git-users] Using git log to track frequently upgraded branch

2016-07-26 Thread Jerome Fouletier
Hi, I have one branch BR1 which receives frequent merges from branch BR0. Branch BR1 is tagged once per sprint, and I need to list the commits that have been made or merged since the last tag: -A1---B1(TAG)--C1---D1---E1---F1---G1(BR1) / / / > -A0--B0C0