On Sun, 5 Jun 2005, Jason McMullan wrote:
On Fri, 2005-06-03 at 14:59 -0700, Linus Torvalds wrote:
quoted
Me, I want to have a fairly simple script that does the equivalent of what
I do now for pushing:
rsync -av --delete --exclude-from=.exclude .git/ master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
except I'd want it to do the locking and the "only accept trivial pushes"
stuff (ie no merging, just a pure update).
$ GITCONNECTION="--tcp ...."
Nope. I'm not going to run untrusted deamons of my own on master.
I'm serious about the "ssh or nothing" thing. Anything but a direct ssh
conection is simply not an option.
Linus