From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: small gitweb.txt patch fixing improper "it's" Date: Fri, 23 Mar 2012 05:44:49 -0700 (PDT) Message-ID: References: <017CC154-2E41-4F29-B9CE-30D7430CB41B@bbn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Jakub Narebski To: David Waitzman X-From: git-owner@vger.kernel.org Fri Mar 23 13:45:11 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SB3rg-00012D-IO for gcvg-git-2@plane.gmane.org; Fri, 23 Mar 2012 13:45:08 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932129Ab2CWMow (ORCPT ); Fri, 23 Mar 2012 08:44:52 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:47830 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932075Ab2CWMov (ORCPT ); Fri, 23 Mar 2012 08:44:51 -0400 Received: by eaaq12 with SMTP id q12so999663eaa.19 for ; Fri, 23 Mar 2012 05:44:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-authentication-warning:to:cc:subject:references:from:date :in-reply-to:message-id:lines:user-agent:mime-version:content-type; bh=iPl0XyW4vErYti+80YBZE3tuJtwubwpHh3eVpXTkjsI=; b=faWGHqPS1cmGkLCVg7Xu9LHsJIGgLYhw85nYMGmKQb1nEJQce2XDabjA5Rw7IlJSDe gzkyob1yk/+EqBzrYpzopZMSUwaR7fsI0/fpDVsYosrYF623/oezXGBZXffgCZhn8F64 YgfceaZXpo709X0qS7WuUDWaqj4pCVumMvyiOHwIkXvQtYqi4RulwxqJ7wgE3E5bhNsp UYfzNqxIalnxHzJWEeKFCmPqkeZ2T0m/0u78ag+vmAUPwsP7/shKISzFcqzMT+0v8d8g FMjXxyopNoi9O9LKxMVNYKxz9G05wAHdslut+m2qIoFS59lrenC5O2loEhJQIt6scBpD mv/Q== Received: by 10.213.10.193 with SMTP id q1mr870265ebq.301.1332506690377; Fri, 23 Mar 2012 05:44:50 -0700 (PDT) Received: from localhost.localdomain (aej85.neoplus.adsl.tpnet.pl. [83.25.113.85]) by mx.google.com with ESMTPS id n55sm27819347eef.6.2012.03.23.05.44.49 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Mar 2012 05:44:49 -0700 (PDT) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id q2NCilII015757; Fri, 23 Mar 2012 13:44:48 +0100 Received: (from jnareb@localhost) by localhost.localdomain (8.13.4/8.13.4/Submit) id q2NCikuk015754; Fri, 23 Mar 2012 13:44:46 +0100 X-Authentication-Warning: localhost.localdomain: jnareb set sender to jnareb@gmail.com using -f In-Reply-To: <017CC154-2E41-4F29-B9CE-30D7430CB41B@bbn.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: David Waitzman writes: > From 2cec86150882ba0b7f165b658d54573066e70f14 Mon Sep 17 00:00:00 2001 > From: David Waitzman > Date: Wed, 21 Mar 2012 22:10:49 -0400 The above is not needed, unless you are sending a patch on behalf of other author or use different email: then you need to provide "From:" only. > Subject: [PATCH] Fixed improper use of "it's" when it should be "its" You can use subject of email for that. The oneline description of commit (commit summary) should include name of subsystem, e.g.: Subject: [PATCH] gitweb(1): Fixed improper use of "it's" when it should be "its" or just Subject: [PATCH] Fixed improper use of "it's" in gitweb(1) manpage Signoff? See Documentation/SubmittingPatches. > --- > Documentation/gitweb.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt > index 605a085..065c54e 100644 > --- a/Documentation/gitweb.txt > +++ b/Documentation/gitweb.txt > @@ -14,7 +14,7 @@ gitweb. > > DESCRIPTION > ----------- > -Gitweb provides a web interface to git repositories. It's features include: > +Gitweb provides a web interface to git repositories. Its features include: > > * Viewing multiple Git repositories with common root. > * Browsing every revision of the repository. > @@ -60,7 +60,7 @@ to gitweb. The list of projects is generated by default by scanning the > more exact; gitweb is not interested in a working area, and is best suited > to showing "bare" repositories). > > -The name of repository in gitweb is path to it's `$GIT_DIR` (it's object > +The name of repository in gitweb is path to its `$GIT_DIR` (its object > database) relative to `$projectroot`. Therefore the repository $repo can be > found at "$projectroot/$repo". > Thanks! -- Jakub Narebski