Re: [PATCH] t5541: Improve push test

2013-12-11 Thread Torsten Bögershausen
On 2013-12-09 23.10, Junio C Hamano wrote: > Torsten Bögershausen writes: > >> The old log-line looked like this: >> + 9d498b0...8598732 master -> master (forced update) >> And the new one like this: >>9d498b0..8598732 master -> master >> >> - Loosen the grep pattern by not demanding "(forc

Re: [PATCH] t5541: Improve push test

2013-12-09 Thread Junio C Hamano
Torsten Bögershausen writes: > The old log-line looked like this: > + 9d498b0...8598732 master -> master (forced update) > And the new one like this: >9d498b0..8598732 master -> master > > - Loosen the grep pattern by not demanding "(forced update)" Hmm, what is the reason for the change t

[PATCH] t5541: Improve push test

2013-12-09 Thread Torsten Bögershausen
The old log-line looked like this: + 9d498b0...8598732 master -> master (forced update) And the new one like this: 9d498b0..8598732 master -> master - Loosen the grep pattern by not demanding "(forced update)" - Improve the grep pattern and check the new SHA id Signed-off-by: Torsten Bögersh