Nguyễn Thái Ngọc Duy writes:
> This function is basically "git diff --cached HEAD", It has three
> callers:
>
> - One in builtin/commit.c, which uses it to determine if the index is
>different from HEAD and go ahead making a new commit.
>
> - Two in sequencer.c, which use it to see if the
This function is basically "git diff --cached HEAD", It has three
callers:
- One in builtin/commit.c, which uses it to determine if the index is
different from HEAD and go ahead making a new commit.
- Two in sequencer.c, which use it to see if the index is dirty.
In the first case, if ita e
2 matches
Mail list logo