From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nq5R0-0006wo-2y for qemu-devel@nongnu.org; Fri, 12 Mar 2010 09:01:50 -0500 Received: from [199.232.76.173] (port=33883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nq5Qy-0006wT-Kl for qemu-devel@nongnu.org; Fri, 12 Mar 2010 09:01:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nq5Qr-0004Bv-Kv for qemu-devel@nongnu.org; Fri, 12 Mar 2010 09:01:43 -0500 Received: from mx20.gnu.org ([199.232.41.8]:53214) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nq5Qr-00048l-A6 for qemu-devel@nongnu.org; Fri, 12 Mar 2010 09:01:41 -0500 Received: from verein.lst.de ([213.95.11.210]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nq5Qp-0006i0-OC for qemu-devel@nongnu.org; Fri, 12 Mar 2010 09:01:40 -0500 Date: Fri, 12 Mar 2010 15:01:29 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] qemu-img rebase: Document -f option Message-ID: <20100312140129.GB20429@lst.de> References: <1268399029-8681-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1268399029-8681-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Fri, Mar 12, 2010 at 02:03:49PM +0100, Kevin Wolf wrote: > The option was implemented in e53dbee0, but I forgot documenting it. > > Signed-off-by: Kevin Wolf Looks good, Reviewed-by: Christoph Hellwig