Re: [PATCH 05/10] diff.c: reintroduce diff_flush_patch for all files

2016-09-12 Thread Junio C Hamano
Stefan Beller writes: > From: Stefan Beller > > --- This shows why 04/10 should have had the overall plan for these two steps. We want a short-and-sweet name "diff-flush-patch" to mean "flush all the queued diff elements" so rename the singleton one from diff-flush-patch to diff-flush-patch-fi

[PATCH 05/10] diff.c: reintroduce diff_flush_patch for all files

2016-09-10 Thread Stefan Beller
From: Stefan Beller --- diff.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/diff.c b/diff.c index 85fb887..87b1bb2 100644 --- a/diff.c +++ b/diff.c @@ -4608,6 +4608,17 @@ void diff_warn_rename_limit(const char *varname, int needed, int degraded_cc)