]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
rerere: explain the remainder
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jul 2015 05:43:37 +0000 (22:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jul 2015 23:02:31 +0000 (16:02 -0700)
commite828de826bd0b852337b9625354c7c73d8de20c0
tree3832506681fe139f676b9c7e5f40959be4587a9a
parent963ec003560765bde56a880d89c75056ebe9e990
rerere: explain the remainder

Explain the internals of rerere as in-code comments, while
sprinkling "NEEDSWORK" comment to highlight iffy bits and
questionable assumptions.

This covers the codepath that implements "rerere gc" and "rerere
clear".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
rerere.c