Thomas Rast <tr...@student.ethz.ch> writes:

> diff --git a/line.c b/line.c
> index a008c2c..fe7ace7 100644
> --- a/line.c
> +++ b/line.c
> @@ -1177,6 +1177,9 @@ static int process_diff_filepair(struct rev_info *rev,
>               return 0;
>       if (rg->ranges.nr == 0)
>               return 0;
> +     if (rg->ranges.nr == 1 &&
> +         rg->ranges.ranges[0].start == rg->ranges.ranges[0].end)
> +             return 0;

This hunk is totally unrelated, sorry for accidentally including it.
You can remove it before application, or I can resend.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to