]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
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)
commita96847cc1691840bd95cc56549d7c00b35f6d5a0
treed7b61bbcc87d1113d5b937792e43fc0f95b68113
parent7d4053b69b37927c0ccd98eac41f32707227eca0
rerere: explain the rerere I/O abstraction

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>
rerere.c