|
From: Jonathan Nieder <jrnieder <at> gmail.com>
Subject: Re: [PATCH 12/13] git-remote-testgit: only push for non-local repositories Newsgroups: gmane.comp.version-control.git Date: 2010-08-30 01:48:21 GMT (1 year, 23 weeks, 2 days, 9 hours and 20 minutes ago) Sverre Rabbelier wrote: > Trying to push for local repositories will fail since there is no > local checkout in .git/info/... to push from. > > This went unnoticed because the transport helper infrastructure did > not check the return value of the helper. > --- > > I guess it also shows how many people look at the verbose output of > the helper test suite |
|