From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: why the html and man versions of git-diff are different? Date: Thu, 16 Dec 2010 23:52:44 +0000 Message-ID: References: <20101216215506.GB10480@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Dec 17 00:53:11 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTNdG-00061p-FL for gcvg-git-2@lo.gmane.org; Fri, 17 Dec 2010 00:53:10 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752790Ab0LPXxF (ORCPT ); Thu, 16 Dec 2010 18:53:05 -0500 Received: from lo.gmane.org ([80.91.229.12]:41702 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219Ab0LPXxE (ORCPT ); Thu, 16 Dec 2010 18:53:04 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PTNd8-0005we-Cm for git@vger.kernel.org; Fri, 17 Dec 2010 00:53:02 +0100 Received: from cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com ([86.9.122.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 00:53:02 +0100 Received: from sdl.web by cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 00:53:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAGFBMVEUzRVhbQj4eZqO6SjnT eWpxnMetm5b6/PmidmqrAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1F B9cBBwMLBfKABCMAAAFoSURBVCjPtZI9a8MwEIaFoc7aYDdelQMna0Em3tsSr0XUeE2Q6a22a+v+ fk8fSSBkbDUI6dHpfe9OEvRgiD+ApqKPJgJeB6iUUXWESjUe/ig38AJrhqqvaU2nTIXbNvOQ40fe qdry4kyGoVWsfCQalXpHnJGM01wjWdYbMlXNFdsZDO69m9aqNqxEJqTEgbM5OF7wlEfIoll1Ked4 LbM5X2EdILLokEdmI8z7g5cKED0cuTC930TYhy7ZDekkXVGw/L60TguJePPxcJF48lpsSUWEA/Ju jGFNgJOXc4Hz7TmAdBeu5Ve4AEjOi2/2jfd3cAJZ+IbNrvdjgBZY01b+HTuG3cLws6BJZqVOj/pp T0OqVwx3rFq+QmJwx3loK5JSLEhDIt62+mtC2C+SrAUxEbV6C6v2BRbd6pILBKFpepKZJHgGgrKF sptSUUoczpwg2pQ7ZH1tgs0ou/917mzz6Cs2//C978cv5l07L02orIEAAAAASUVORK5CYII= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (Mac OS X 10.6.5) Cancel-Lock: sha1:eKcblD1Olgb94q12lYmIuaPmg1A= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 2010-12-16 21:55 +0000, Jeff King wrote: > On Thu, Dec 16, 2010 at 09:43:45PM +0000, Leo wrote: > >> I compared the html version of git-diff found in >> http://www.kernel.org/pub/software/scm/git/docs/git-diff.html and the >> man version from >> http://kernel.org/pub/software/scm/git/git-manpages-1.7.3.4.tar.bz2 >> >> The man version says gitrevisions(1), which is incorrect since it is in >> man7. > > Because it was fixed recently, and the html documention on kernel.org > uses the "master" branch, whereas that commit did not make it into the > maintenance release 1.7.3.4. It will be fixed in the manpages for > git-1.7.4. > > -Peff Sorry my bad it was fixed in 1.7.3.4. Leo