Re: [PATCH 06/16] t/t5505-remote: test url-with-# in branches-file

2013-06-22 Thread Ramkumar Ramachandra
Junio C Hamano wrote: >> diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh >> index fd0a81e..93e11c8 100755 >> --- a/t/t5505-remote.sh >> +++ b/t/t5505-remote.sh >> @@ -702,27 +702,42 @@ test_expect_success 'migrate a remote from named file >> in $GIT_DIR/branches' ' >> ) >> ' >> >> -test_

Re: [PATCH 06/16] t/t5505-remote: test url-with-# in branches-file

2013-06-21 Thread Junio C Hamano
Ramkumar Ramachandra writes: > Add one more test similar to "migrate a remote from named file in > $GIT_DIR/branches" to check that a url with a # can be used to specify > the branch name (as opposed to the constant "master"). > > Signed-off-by: Ramkumar Ramachandra > --- > t/t5505-remote.sh |

[PATCH 06/16] t/t5505-remote: test url-with-# in branches-file

2013-06-21 Thread Ramkumar Ramachandra
Add one more test similar to "migrate a remote from named file in $GIT_DIR/branches" to check that a url with a # can be used to specify the branch name (as opposed to the constant "master"). Signed-off-by: Ramkumar Ramachandra --- t/t5505-remote.sh | 23 +++ 1 file changed,