Re: [PATCH v2 02/23] t5510: prepare test refs more straightforwardly

2013-10-30 Thread Michael Haggerty
On 10/30/2013 11:57 AM, Ramkumar Ramachandra wrote: > Michael Haggerty wrote: >> "git fetch" was being used with contrived refspecs to create tags and >> remote-tracking branches in test repositories in preparation for the >> actual tests. This is obscure and also makes one wonder whether this >>

Re: [PATCH v2 02/23] t5510: prepare test refs more straightforwardly

2013-10-30 Thread Ramkumar Ramachandra
Michael Haggerty wrote: > "git fetch" was being used with contrived refspecs to create tags and > remote-tracking branches in test repositories in preparation for the > actual tests. This is obscure and also makes one wonder whether this > is indeed just preparation or whether some side-effect of

[PATCH v2 02/23] t5510: prepare test refs more straightforwardly

2013-10-29 Thread Michael Haggerty
"git fetch" was being used with contrived refspecs to create tags and remote-tracking branches in test repositories in preparation for the actual tests. This is obscure and also makes one wonder whether this is indeed just preparation or whether some side-effect of "git fetch" is being tested. So