[PATCH 4/4] add a test for push options

2016-07-14 Thread Stefan Beller
The functions `mk_repo_pair` as well as `test_refs` are borrowed from t5543-atomic-push, with additional hooks installed. Signed-off-by: Stefan Beller --- t/t5545-push-options.sh | 103 1 file changed, 103 insertions(+)

[PATCH 4/4] add a test for push options

2016-07-14 Thread Stefan Beller
The functions `mk_repo_pair` as well as `test_refs` are borrowed from t5543-atomic-push, with additional hooks installed. Signed-off-by: Stefan Beller --- t/t5545-push-options.sh | 103 1 file changed, 103 insertions(+)

[PATCH 4/4] add a test for push options

2016-07-08 Thread Stefan Beller
The functions `mk_repo_pair` as well as `test_refs` are borrowed from t5543-atomic-push, with additional hooks installed. Signed-off-by: Stefan Beller --- t/t5545-push-options.sh | 101 1 file changed, 101 insertions(+)

Re: [PATCH 4/4] add a test for push options

2016-07-07 Thread Stefan Beller
On Thu, Jul 7, 2016 at 1:01 PM, Junio C Hamano wrote: > On Thu, Jul 7, 2016 at 12:51 PM, Junio C Hamano wrote: >> Stefan Beller writes: >> >>> The functions `mk_repo_pair` as well as `test_refs` are borrowed from >>> t5543-atomic-push,

Re: [PATCH 4/4] add a test for push options

2016-07-07 Thread Junio C Hamano
On Thu, Jul 7, 2016 at 12:51 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> The functions `mk_repo_pair` as well as `test_refs` are borrowed from >> t5543-atomic-push, with additional hooks installed. >> >> Signed-off-by: Stefan Beller

Re: [PATCH 4/4] add a test for push options

2016-07-07 Thread Junio C Hamano
Stefan Beller writes: > The functions `mk_repo_pair` as well as `test_refs` are borrowed from > t5543-atomic-push, with additional hooks installed. > > Signed-off-by: Stefan Beller > --- > t/t5544-push-options.sh | 101 >

[PATCH 4/4] add a test for push options

2016-07-06 Thread Stefan Beller
The functions `mk_repo_pair` as well as `test_refs` are borrowed from t5543-atomic-push, with additional hooks installed. Signed-off-by: Stefan Beller --- t/t5544-push-options.sh | 101 1 file changed, 101 insertions(+)

[PATCH 4/4] add a test for push options

2016-06-29 Thread Stefan Beller
The functions `mk_repo_pair` as well as `test_refs` are borrowed from t5543-atomic-push, with additional hooks installed. Signed-off-by: Stefan Beller --- t/t5544-push-options.sh | 85 + 1 file changed, 85 insertions(+) create