On Sun, Sep 21, 2014 at 1:19 PM, Junio C Hamano wrote:
> Junio C Hamano writes:
>
>> Coming back to the command line syntax for the new feature, if I had
>> to choose, I would say
>>
>> git diff --no-index [-] [--]
>>
>> perhaps? As we never compare anything other than two things,...
>
Junio C Hamano writes:
> Coming back to the command line syntax for the new feature, if I had
> to choose, I would say
>
> git diff --no-index [-] [--]
>
> perhaps? As we never compare anything other than two things,...
Actually, I am not so sure about this anymore.
It is not entirely
On Fri, Sep 19, 2014 at 5:41 AM, Junio C Hamano wrote:
>> @@ -194,19 +207,23 @@ void diff_no_index(struct rev_info *revs,
>> int j;
>> if (!strcmp(argv[i], "--no-index"))
>> i++;
>> - else if (!strcmp(argv[i], "--"))
>> + el
Nguyễn Thái Ngọc Duy writes:
> Another patch to test the water before I put more effort into it.
>
> Commit d516c2d (Teach git-diff-files the new option `--no-index` -
> 2007-02-22) brings the bells and whistles of git-diff to the world
> outside a git repository. This patch continues that direc
Another patch to test the water before I put more effort into it.
Commit d516c2d (Teach git-diff-files the new option `--no-index` -
2007-02-22) brings the bells and whistles of git-diff to the world
outside a git repository. This patch continues that direction and adds
a new syntax
git diff
5 matches
Mail list logo