]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
rerere: explain "rerere forget" codepath
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jul 2015 05:42:34 +0000 (22:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jul 2015 23:02:18 +0000 (16:02 -0700)
commit963ec003560765bde56a880d89c75056ebe9e990
tree493bed5619b6474401d1e51897fd47a83b0f27c5
parentcc899eca552a9b93788e6bca34aa0e4d86b251a0
rerere: explain "rerere forget" codepath

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 forget".

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