diff.c: factor out diff_flush_patch_all_file_pairs
commitec33150671409e5995da25a6b2ab595a3ecd64de
authorStefan Beller <sbeller@google.com>
Fri, 30 Jun 2017 00:06:48 +0000 (29 17:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:13:01 +0000 (30 13:13 -0700)
treedc87dba8fd902fbd25441c2eb7e2141fc1cb4a4b
parentdfb7728f637e8178189f9f8f0092797403c73509
diff.c: factor out diff_flush_patch_all_file_pairs

In a later patch we want to do more things before and after all filepairs
are flushed. So factor flushing out all file pairs into its own function
that the new code can be plugged in easily.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c