[PATCH 5/5] t5543-atomic-push.sh: add basic tests for atomic pushes

2014-12-15 Thread Stefan Beller
This adds tests for the atomic push option. The first four tests check if the atomic option works in good conditions and the last three patches check if the atomic option prevents any change to be pushed if just one ref cannot be updated. Signed-off-by: Stefan Beller --- Notes: Originally Ro

Re: [PATCH 5/5] t5543-atomic-push.sh: add basic tests for atomic pushes

2014-12-15 Thread Junio C Hamano
Stefan Beller writes: > This adds tests for the atomic push option. > The first four tests check if the atomic option works in > good conditions and the last three patches check if the atomic > option prevents any change to be pushed if just one ref cannot > be updated. > > Signed-off-by: Stefan