From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 17 Dec 2007 23:24:52 -0800 Subject: [sup-talk] from svn to git Message-ID: <1197962354-sup-8779@south> Hi all, I've moved development of Sup from subversion to git. Although this is somewhat experimental on my part (I'm still figuring out git), I think it will help things in the long run. In the worst case it will be easier for you to maintain your own patchsets when I'm not moving fast enough for you. :) To keep up with the head: git clone git://repo.or.cz/sup.git (was: svn checkout ...) git pull (was: svn update) -- William