Jonathan Nieder writes:
> (pruning cc list)
> Hi,
>
> Thomas Gummerer wrote:
>
>> Currently the --no-index option is parsed in diff_no_index(). Move the
>> detection if a no-index diff should be executed to builtin/diff.c
>
> No functional change intended, I assume?
Correct, I thought I'd split
(pruning cc list)
Hi,
Thomas Gummerer wrote:
> Currently the --no-index option is parsed in diff_no_index(). Move the
> detection if a no-index diff should be executed to builtin/diff.c
No functional change intended, I assume?
[...]
> --- a/builtin/diff.c
> +++ b/builtin/diff.c
> @@ -283,14 +2
Currently the --no-index option is parsed in diff_no_index(). Move the
detection if a no-index diff should be executed to builtin/diff.c, where
we can use it for executing diff_no_index() conditionally. This will
also allow us to execute other operations conditionally, which will be
done in the n
3 matches
Mail list logo