Heya, On Mon, Nov 30, 2009 at 09:28, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Sverre Rabbelier <srabbelier@xxxxxxxxx> writes: >> I don't think that's true, git.git currently does not have such a >> structure (everything is just dumped in the root directory). The only >> reason git_remote_helpers exists is to make it easier to create a >> python egg out of it and install that. > > If that is the case, shouldn't each of the helper written in Python need > to have a separate directory, not just a single git_remote_helpers > directory shared among them? I don't understand why that would be needed? The reason we added a single git_remote_helpers directory is because we wanted to share common code, having a single python package makes that easy. -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html