From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51800 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q73sx-0002zN-Uq for qemu-devel@nongnu.org; Tue, 05 Apr 2011 06:53:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q73sw-0002Jj-QO for qemu-devel@nongnu.org; Tue, 05 Apr 2011 06:53:23 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:64609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q73sw-0002JY-Mp for qemu-devel@nongnu.org; Tue, 05 Apr 2011 06:53:22 -0400 Received: by gwb19 with SMTP id 19so93549gwb.4 for ; Tue, 05 Apr 2011 03:53:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201104051944.42609.bradh@frogmouth.net> References: <201104051601.02762.bradh@frogmouth.net> <21351316-8430-4743-B75C-4299383F7D76@suse.de> <201104051944.42609.bradh@frogmouth.net> Date: Tue, 5 Apr 2011 11:53:21 +0100 Message-ID: Subject: Re: [Qemu-devel] KVM call agenda for April 05 From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Hards Cc: Alexander Graf , Stefan Hajnoczi , qemu-devel@nongnu.org On Tue, Apr 5, 2011 at 10:44 AM, Brad Hards wrote: > On Tue, 5 Apr 2011 06:29:48 pm Alexander Graf wrote: >> What exactly do you mean by better-practice git setups? > Some projects try to use special features in git. For example, KDE makes use > of insteadOf and pushInsteadOf to allow checking out from anongit, and > committing to the main server using a pseudo-URL. > > Should I have some magic git hooks enabled? Automatic use of checker scripts > or sign-off? scripts/checkpatch.pl is mentioned in CODING_STYLE. I have a git-hook to automatically run it: http://blog.vmsplice.net/2011/03/how-to-automatically-run-checkpatchpl.html That hook is just a personal tool I use. It is not required but we could document it more prominently for people getting set up with QEMU development. Stefan