git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-diff(1) broken
@ 2005-09-22 10:02 Robert Watson
       [not found] ` <20050922100640.GG21019@pasky.or.cz>
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Watson @ 2005-09-22 10:02 UTC (permalink / raw)
  To: git

Hi,

It looks like the man page of git-diff(1) is very broken.

Thanks,
Robertoo

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git-diff(1) broken
       [not found] ` <20050922100640.GG21019@pasky.or.cz>
@ 2005-09-22 11:40   ` Robert Watson
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Watson @ 2005-09-22 11:40 UTC (permalink / raw)
  To: pasky, git

[-- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-22 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).