From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Seymour Subject: Re: [PATCH] Add support for author-oriented git-rev-list switches [rev 6] Date: Thu, 9 Jun 2005 19:37:01 +1000 Message-ID: <2cfc403205060902373e5c284f@mail.gmail.com> References: <20050609090141.21555.qmail@blackcubes.dyndns.org> Reply-To: jon@blackcubes.dyndns.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: jon.seymour@gmail.com X-From: git-owner@vger.kernel.org Thu Jun 09 12:27:54 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1DgJPZ-0001iQ-00 for ; Thu, 09 Jun 2005 11:33:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262335AbVFIJhG (ORCPT ); Thu, 9 Jun 2005 05:37:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262337AbVFIJhG (ORCPT ); Thu, 9 Jun 2005 05:37:06 -0400 Received: from rproxy.gmail.com ([64.233.170.198]:40153 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S262335AbVFIJhC convert rfc822-to-8bit (ORCPT ); Thu, 9 Jun 2005 05:37:02 -0400 Received: by rproxy.gmail.com with SMTP id i8so62466rne for ; Thu, 09 Jun 2005 02:37:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=joPKZfat1rSYNn9doBVp2mPNGTWsjBmvF3t25MVQzIr4J72CEvb84j2DFbDSAtDNJJVYrVnHXorqdiYC9AeIqWaDSGxjQm5hcJaxAi9e6O6tMyydh5X9CmFap73aBtdN9SRl4J2DVhPc9C+nAC9j4cuClV1zmFdEy/zyMhv1sik= Received: by 10.38.208.51 with SMTP id f51mr221554rng; Thu, 09 Jun 2005 02:37:01 -0700 (PDT) Received: by 10.38.104.42 with HTTP; Thu, 9 Jun 2005 02:37:01 -0700 (PDT) To: git@vger.kernel.org In-Reply-To: <20050609090141.21555.qmail@blackcubes.dyndns.org> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org A minor edit with some more whitespace and brace cleanups is available here. http://blackcubes.dyndns.org/epoch/wrt-patch-rev-7.patch Linus: once your or someone else ok's the patch, you may pull the revised patch from there. jon.