All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Watson <robert.oo.watson@gmail.com>
To: pasky@suse.cz, git@vger.kernel.org
Subject: Re: git-diff(1) broken
Date: Thu, 22 Sep 2005 12:40:49 +0100	[thread overview]
Message-ID: <72499e3b0509220440f18dd13@mail.gmail.com> (raw)
In-Reply-To: <20050922100640.GG21019@pasky.or.cz>

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

On 9/22/05, Petr Baudis <pasky@suse.cz> wrote:
> Dear diary, on Thu, Sep 22, 2005 at 12:02:00PM CEST, I got a letter
> where Robert Watson <robert.oo.watson@gmail.com> told me that...
> > Hi,
>
> Hi,
>
> > It looks like the man page of git-diff(1) is very broken.
>
> it was not very informative in 0.99.6, but it looks fine in the latest
> GIT. Could you please be more specific about what is broken on it?
>

Please see attached git-diff.1 file.  The table is not shown correctly.

Robertoo

[-- Attachment #2: git-diff.1 --]
[-- Type: application/octet-stream, Size: 1632 bytes --]

.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "GIT-DIFF" 1 "" "" ""
.SH NAME
git-diff \- Show changes between commits, commit and working tree, etc.
.SH "SYNOPSIS"


\fIgit\-diff\fR [ \-\-diff\-options ] <ent>{0,2} [<path>...]

.SH "DESCRIPTION"


Show changes between two ents, an ent and the working tree, an ent and the index file, or the index file and the working tree\&. The combination of what is compared with what is determined by the number of ents given to the command\&.

    Number of ents
    
    Options
    
    What's Compared
    
    Underlying command
    
    0
    
    \-
    
    index file and working tree
    
    git\-diff\-files
    
    1
    
    \-\-cached
    
    ent and index file
    
    git\-diff\-index
    
    1
    
    \-
    
    ent and working tree
    
    git\-diff\-index
    
    2
    
    \-
    
    two ents
    
    git\-diff\-tree
    
.SH "OPTIONS"

.TP
\-\-diff\-options
 \fI\-\-diff\-options\fR are passed to the git\-diff\-files, git\-diff\-index, and git\-diff\-tree commands\&. See the documentation for these commands for description\&.

.TP
<path>...
The <path> arguments are also passed to git\-diff\-* commands\&.

.SH "AUTHOR"


Written by Linus Torvalds <torvalds@osdl\&.org>

.SH "DOCUMENTATION"


Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.

.SH "GIT"


Part of the \fBgit\fR(7) suite


      parent reply	other threads:[~2005-09-22 11:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-22 10:02 git-diff(1) broken Robert Watson
     [not found] ` <20050922100640.GG21019@pasky.or.cz>
2005-09-22 11:40   ` Robert Watson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=72499e3b0509220440f18dd13@mail.gmail.com \
    --to=robert.oo.watson@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=pasky@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.