fast_export lacked a method to writes notes to fast-import stream.
Add two new functions fast_export_note which is similar to
fast_export_modify. And also add fast_export_buf_to_data to be able to
write inline blobs that don't come from a line_buffer or from delta
application.
Signed-off-by: Dmitry Ivankov <redacted> Signed-off-by: Florian Achleitner <redacted> Acked-by: David Michael Barr <redacted> Signed-off-by: Junio C Hamano <redacted>