Two problems I see (before I go to bed): match_missing is now ignored, and
the return value is set to 0, whereas it was the return value of
diff_cache() before.
The first is easily fixed, by replacing the two "0"s in the calls to
show_new_file() and show_modified() with "!revs->ignore_merges". Unless I
am missing something, of course.
And the second is not _that_ bad, as it seems that diff_cache() has only
one return statement, and it returns 0, AFAICS. But it had to be said
somewhere.
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html