rerere: explain the rerere I/O abstraction
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jul 2015 05:33:19 +0000 (22:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jul 2015 22:11:05 +0000 (15:11 -0700)
Explain the internals of rerere as in-code comments.

This one covers our thin I/O abstraction to read from either
a file or a memory while optionally writing out to a file.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found