[PATCH 02/16] t/t5505-remote: test push-refspec in branches-file

2013-06-21 Thread Ramkumar Ramachandra
The test "migrate a remote from named file in $GIT_DIR/branches" reads the branches-file, but only checks that the url and fetch-refspec are set correctly. Check that the push-refspec is also set correctly. Signed-off-by: Ramkumar Ramachandra --- t/t5505-remote.sh | 3 ++- 1 file changed, 2 ins

Re: [PATCH 02/16] t/t5505-remote: test push-refspec in branches-file

2013-06-21 Thread Junio C Hamano
Ramkumar Ramachandra writes: > The test "migrate a remote from named file in $GIT_DIR/branches" reads > the branches-file, but only checks that the url and fetch-refspec are > set correctly. Check that the push-refspec is also set correctly. > > Signed-off-by: Ramkumar Ramachandra > --- > t/t5