From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZTMS-0000t7-0z for qemu-devel@nongnu.org; Mon, 15 Aug 2016 21:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZTMN-0001zl-R5 for qemu-devel@nongnu.org; Mon, 15 Aug 2016 21:40:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZTMN-0001yq-LX for qemu-devel@nongnu.org; Mon, 15 Aug 2016 21:40:07 -0400 Date: Tue, 16 Aug 2016 09:33:01 +0800 From: Fam Zheng Message-ID: <20160816013301.GC15442@al.usersys.redhat.com> References: <1471265145-12558-1-git-send-email-berrange@redhat.com> <20160815130353.482798.96081@ex-std-node742.prod.rhcloud.com> <20160815130708.GG13261@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160815130708.GG13261@redhat.com> Subject: Re: [Qemu-devel] [PATCH v9 00/11] Provide a QOM-based authorization API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, armbru@redhat.com, mreitz@redhat.com, marcandre.lureau@gmail.com, pbonzini@redhat.com, afaerber@suse.de On Mon, 08/15 14:07, Daniel P. Berrange wrote: > > [snip] > > This and all the other errors reported here are all *pre-existing* > problems. It seems this bot does not have git rename detection turned > on so is reporting all these problems in file-renames my patches did. > > The bot needs to have something like this added to its $HOME/.gitconfig: > > [diff] > renamelimit=1000 > renames=True Done! Fam