Re: [PATCH] transport: do not allow to push over git:// protocol
From: Johannes Sixt <hidden> Date: 2016-06-15 22:52:09
Am 10/3/2011 9:42, schrieb Jeff King:
I still think push-over-git:// is a bit insane, and especially now with
smart-http, you'd be crazy to run it. And in that sense, I wouldn't mind
seeing it deprecated.
You must be kidding ;) It is so much easier to type
git daemon --export-all --enable=receive-pack
for a one-shot, temporary git connection compared to setting up a
smart-http, ssh, or even a rsh server.
-- Hannes