From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen & Linda Smith Subject: Re: [PATCH V2] user-manual: add addition gitweb information Date: Wed, 30 Dec 2015 17:13:04 -0700 Message-ID: <2046573.P07fx7UGVP@thunderbird> References: <1451517920-30703-1-git-send-email-ischis2@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Git List To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Dec 31 01:13:07 2015 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 1aEQrX-00007y-Uw for gcvg-git-2@plane.gmane.org; Thu, 31 Dec 2015 01:13:04 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751275AbbLaANA (ORCPT ); Wed, 30 Dec 2015 19:13:00 -0500 Received: from fed1rmfepo101.cox.net ([68.230.241.143]:48426 "EHLO fed1rmfepo101.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbbLaAM7 (ORCPT ); Wed, 30 Dec 2015 19:12:59 -0500 Received: from fed1rmimpo110 ([68.230.241.159]) by fed1rmfepo101.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20151231001258.WGUN331.fed1rmfepo101.cox.net@fed1rmimpo110> for ; Wed, 30 Dec 2015 19:12:58 -0500 Received: from thunderbird ([68.231.74.134]) by fed1rmimpo110 with cox id 00Cx1s00K2tqoqC010CxmQ; Wed, 30 Dec 2015 19:12:57 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020202.56847309.0178,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=B55nJpRM c=1 sm=1 a=/Rt4pg3TtX3KzfzhvVoEow==:17 a=kviXuzpPAAAA:8 a=wUQvQvOEmiQA:10 a=E2bZEIpROyrFI-uz5jsA:9 a=CjuIK1q_8ugA:10 a=/Rt4pg3TtX3KzfzhvVoEow==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from thunderbird.localnet (thunderbird [127.0.0.1]) by thunderbird (Postfix) with ESMTP id A18A013F6B9; Wed, 30 Dec 2015 17:13:04 -0700 (MST) User-Agent: KMail/5.0.2 (Linux/4.3.0-2-generic; KDE/5.15.0; x86_64; ; ) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wednesday, December 30, 2015 03:29:09 PM Junio C Hamano wrote: > "Stephen P. Smith" writes: > > > The gitweb cgi script provides users an easy way to browse your > > -project's files and history without having to install Git; see the file > > -gitweb/INSTALL in the Git source tree for instructions on setting it up. > > +project's revisions, file contents and logs without having to install > > +Git. Features like RSS/Atom feeds and blame/annotation details may > > Thanks. Was there a reason to rewrite "files and history" into > "revisions, file contents and logs"? The words "revisions" and > "logs" both refer to the same thing and "history" is a good word for > it already, so I am puzzled. No strong objection, though... > "revisions, file contents and logs was in the second sentence of the first patch. "files and history" was in the first sentence of the first patch. When I was getting rid of the duplication I decided that "revisions, file contents and logs". As a secondary reason that is the wording in gitweb.txt.