From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10642 invoked by alias); 28 Sep 2012 12:06:52 -0000 Received: (qmail 10629 invoked by uid 22791); 28 Sep 2012 12:06:51 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Sep 2012 12:06:47 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8SC6kYb022700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 28 Sep 2012 08:06:46 -0400 Received: from host2.jankratochvil.net (ovpn-116-94.ams2.redhat.com [10.36.116.94]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8SC6hx7023563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 28 Sep 2012 08:06:45 -0400 Date: Fri, 28 Sep 2012 12:06:00 -0000 From: Jan Kratochvil To: Siddhesh Poyarekar Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] bitpos expansion summary reloaded Message-ID: <20120928120642.GA27967@host2.jankratochvil.net> References: <20120927190053.1e7de264@spoyarek> <20120928112024.GC22720@host2.jankratochvil.net> <20120928170937.5f797857@spoyarek> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120928170937.5f797857@spoyarek> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00684.txt.bz2 On Fri, 28 Sep 2012 13:39:37 +0200, Siddhesh Poyarekar wrote: > On Fri, 28 Sep 2012 13:20:24 +0200, Jan wrote: > > > http://git.siddhesh.in/cgit.cgi/splint.git/ > > > > BTW I cannot "git clone" it. Possibly using downloads of each file > > from this web interface I see no logs or timestamps and there are too > > many files, most of which are probably no longer worth checking. > > git clone http://git.siddhesh.in/splint.git $ git clone http://git.siddhesh.in/splint.git Cloning into 'splint'... fatal: http://git.siddhesh.in/splint.git/info/refs not found: did you run git update-server-info on the server? $ git clone http://git.siddhesh.in/cgit.cgi/splint.git/ Cloning into 'splint'... $ rpm -q git git-1.7.7.6-1.fc16.x86_64 > > So far I do not see how to review the patch as it is not annotated > > which change is for which valid splint warning. Comment from other > > Oh I'm sorry, I thought you intended to do that as part of your review, I do not mind who will do so, I was just clarifying it as an open problem that someone needs to do it, whether it should be done, whether there is not a better / automated way to do it etc. Thanks, Jan