On Sun, Nov 27, 2011 at 10:41:39PM -0800, Junio C Hamano wrote: > >> I actually like the idea of allowing pre-upload-pack hook on git:// and > >> possibly http:// only.... > >> > >> One scenario I do not want to see is this. Suppose ... > > > > I'm sorry I started this discussion. I worked around it, though it's > > a bit kludgy, so maybe time to drop the debate. > > I do not want you to feel sorry, and I do not understand why you feel that > way. Agreed. This is a topic that has come up several times before for other users (GitHub and Gentoo come to mind), and which I've given some thought to, which is why I'm writing so many words on the subject. As for your kludge, I took a peek at gitpod. I actually think intercepting the call to upload-pack is a reasonably sane approach, since you really don't care what the client says, and just want to run before anything else (including ref advertisement) happens. It would be much nicer if git-daemon could take a parameter[1] to an alternate upload-pack path so you didn't have to play PATH games. That would be a simple patch with no security ramifications, I think. -Peff [1] I mean a command-line parameter or environment varable. Reading it from the repo config _does_ have security implications. -- 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