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
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
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 --
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
>>>
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
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
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:
7 matches
Mail list logo