From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz6wt-0002pd-KG for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:23:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz6wo-0002o3-6Z for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:23:30 -0400 Received: from [199.232.76.173] (port=43123 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz6wn-0002nt-N1 for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:23:25 -0400 Received: from smtp6-g21.free.fr ([212.27.42.6]:45986) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz6wm-0004hy-JR for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:23:25 -0400 In-Reply-To: <874ow7eq3d.fsf@pike.pond.sub.org> Subject: Re: *** GMX Spamverdacht *** [Qemu-devel] [PATCH] Merge =?utf-8?q?usb-wacom.c_into?= usb-hid.c From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Wed, 29 Apr 2009 12:23:38 +0200 CEST Message-Id: <8022392116-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org > For what it's worth, the day or two I spent last year to really learn > Git was the one of the best investments I've made in a long time. > And > by "learn" I mean *understanding* the concepts, not just voodoo the > command line. It changed the way I think about SCMs, and my workflow > along with it. Major productivity boost. Surely, I just need to plan this. Please understand some people want to stay productive first. Plus one problem with git is, as I said, it supposes UNIX-specific behaviour, which doesn't always fit on other platforms, so despite already having a preliminary Haiku port, seems to me it will want to use UNIX mail stuff which Haiku has no reason to have. Of course git has been done for Linux by Linus, but hey, you're not alone in the universe, if it's supposed to be used by everyone it should fit everyone's platform, not impose its own. Maybe I can just have the Haiku port set the mime type xattr to text/x- vnd.be-maildraft and add other required xattrs as well, still, a clean design would have the content & OS specific part separated. > http://www.kernel.org/pub/software/scm/git/docs/user-manual.html This url ought to have been put in the very first mail indicating the switch to git... Yeah I know we all know about google, still. Back to work now... Fran=C3=A7ois.