From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aneesh Kumar" Subject: Re: contrib/ area Date: Sat, 18 Feb 2006 14:08:06 +0530 Message-ID: References: <7vmzgq451m.fsf@assigned-by-dhcp.cox.net> <7voe15upnl.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2232_32237058.1140251886155" Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Feb 18 09:38:19 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FANbd-0005Ek-BS for gcvg-git@gmane.org; Sat, 18 Feb 2006 09:38:17 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750795AbWBRIiJ (ORCPT ); Sat, 18 Feb 2006 03:38:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750796AbWBRIiJ (ORCPT ); Sat, 18 Feb 2006 03:38:09 -0500 Received: from uproxy.gmail.com ([66.249.92.203]:32689 "EHLO uproxy.gmail.com") by vger.kernel.org with ESMTP id S1750795AbWBRIiH (ORCPT ); Sat, 18 Feb 2006 03:38:07 -0500 Received: by uproxy.gmail.com with SMTP id e2so370463ugf for ; Sat, 18 Feb 2006 00:38:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=L52Yf0/8wsvJtkxFjruEkSOXqSuiRdTzxuhTeYX88YOoHFqKFNyJ/MRiLgKWekbOnza6lnHgj6MkADIlFmwB51WgouCsIl94qtutJoohhP2t/pL3ZmW/wTTGo5Xr5O2EaFly+B4GpkbByyFac82Ke7EILrVtDbtrbF8/yO5IFX8= Received: by 10.66.184.5 with SMTP id h5mr1520331ugf; Sat, 18 Feb 2006 00:38:06 -0800 (PST) Received: by 10.66.254.7 with HTTP; Sat, 18 Feb 2006 00:38:06 -0800 (PST) To: "Junio C Hamano" In-Reply-To: <7voe15upnl.fsf@assigned-by-dhcp.cox.net> Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: ------=_Part_2232_32237058.1140251886155 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 2/18/06, Junio C Hamano wrote: > Aneesh Kumar writes: > > > Attaching below the same in the form of patch generated by git format-p= atch > > I'll let it pass this time, but you forgot a sign-off and > perhaps forgot to read Documentation/SubmittingPatches ;-). > > How about sending the patches as attachment below. I am not sure how to inline patches in gmail. -aneesh ------=_Part_2232_32237058.1140251886155 Content-Type: text/plain; name=0001-Fix-a-typo.txt; charset=us-ascii Content-Transfer-Encoding: 7bit X-Attachment-Id: f_ejtoid7l Content-Disposition: attachment; filename="0001-Fix-a-typo.txt" >>From nobody Mon Sep 17 00:00:00 2001 From: Aneesh Kumar K.V Date: Sat Feb 18 13:54:50 2006 +0530 Subject: Fix a typo Signed-off-by: Aneesh Kumar K.V --- contrib/gitview/gitview.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 3cca8b8cf1840cf7179ffc89ce52fe2c012beaf6 diff --git a/contrib/gitview/gitview.txt b/contrib/gitview/gitview.txt index 171295a..fcf759c 100644 --- a/contrib/gitview/gitview.txt +++ b/contrib/gitview/gitview.txt @@ -32,7 +32,7 @@ EXAMPLES Show as the changes since version v2.6.12 that changed any file in the include/scsi or drivers/scsi subdirectories - gitk --since=2.weeks.ago + gitview --since=2.weeks.ago Show the changes during the last two weeks -- 1.2.1.g45d2-dirty ------=_Part_2232_32237058.1140251886155--