Re: git-diff-index man page

2013-05-20 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 working tree

Re: git-diff-index man page

2013-05-20 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com 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

Re: git-diff-index man page

2013-05-19 Thread Junio C Hamano
Albert Netymk albertnet...@gmail.com writes: On Sun, May 19, 2013 at 9:46 AM, Junio C Hamano gits...@pobox.com wrote: Albert Netymk albertnet...@gmail.com writes: Hello, The man page of git-diff-index: http://git-scm.com/docs/git-diff-index states that `git-diff-index - Compares content

Re: git-diff-index man page

2013-05-19 Thread Eric Sunshine
On Mon, May 20, 2013 at 1:01 AM, Junio C Hamano gits...@pobox.com 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

Re: git-diff-index man page

2013-05-19 Thread Junio C Hamano
Albert Netymk albertnet...@gmail.com 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

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