Re: git-diff-index man page

2013-05-20 Thread Junio C Hamano
Jonathan Nieder writes: > Thanks and hope that helps, > Jonathan Thanks, the result reads much better, I think. Albert? > diff --git i/Documentation/git-diff-index.txt > w/Documentation/git-diff-index.txt > index 58308e15..a86cf62e 100644 > --- i/Documentation/git-diff-index.txt > +++ w/Docu

Re: git-diff-index man page

2013-05-19 Thread Jonathan Nieder
Junio C Hamano wrote: > --- a/Documentation/git-diff-index.txt > +++ b/Documentation/git-diff-index.txt > @@ -3,7 +3,7 @@ git-diff-index(1) > > NAME > > -git-diff-index - Compares content and mode of blobs between the index and > repository > +git-diff-index - Compare a tree and the work

Re: git-diff-index man page

2013-05-19 Thread Eric Sunshine
On Mon, May 20, 2013 at 1:01 AM, Junio C Hamano wrote: > Subject: [PATCH] Documentation/diff-index: mention two modes of operation > > "diff-index" can be used to compare a tree with the tracked working > tree files (when used without the --index option), or with the index > (when used with the --

Re: git-diff-index man page

2013-05-19 Thread Junio C Hamano
Albert Netymk writes: > On Sun, May 19, 2013 at 9:46 AM, Junio C Hamano wrote: >> Albert Netymk writes: >> >>> Hello, >>> >>> The man page of git-diff-index: >>> http://git-scm.com/docs/git-diff-index >>> states that >>> `git-diff-index - Compares content and mode of blobs between the index >>>

Re: git-diff-index man page

2013-05-19 Thread Albert Netymk
On Sun, May 19, 2013 at 9:46 AM, Junio C Hamano wrote: > Albert Netymk writes: > >> Hello, >> >> The man page of git-diff-index: >> http://git-scm.com/docs/git-diff-index >> states that >> `git-diff-index - Compares content and mode of blobs between the index >> and repository`. >> >> However, in

Re: git-diff-index man page

2013-05-19 Thread Junio C Hamano
Albert Netymk writes: > Hello, > > The man page of git-diff-index: > http://git-scm.com/docs/git-diff-index > states that > `git-diff-index - Compares content and mode of blobs between the index > and repository`. > > However, in fact this command compares between files on disk and > repository b

git-diff-index man page

2013-05-18 Thread Albert Netymk
Hello, The man page of git-diff-index: http://git-scm.com/docs/git-diff-index states that `git-diff-index - Compares content and mode of blobs between the index and repository`. However, in fact this command compares between files on disk and repository by default. It's explained clearly in here: