Re: [PATCH 07/16] t/t5516-fetch-push: don't use branches-file

2013-06-21 Thread Junio C Hamano
Ramkumar Ramachandra writes: > Four tests exercising fetch and push functionality unnecessarily depend > on $GIT_DIR/branches files. Modern Git does not encourage the use of > those files, and the parser remote.c:read_branches_file() is only > provided for backward compatibility with older repos

[PATCH 07/16] t/t5516-fetch-push: don't use branches-file

2013-06-21 Thread Ramkumar Ramachandra
Four tests exercising fetch and push functionality unnecessarily depend on $GIT_DIR/branches files. Modern Git does not encourage the use of those files, and the parser remote.c:read_branches_file() is only provided for backward compatibility with older repositories. We already have tests in t/t5