]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
rerere: explain the primary codepath
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jul 2015 05:40:35 +0000 (22:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jul 2015 23:02:17 +0000 (16:02 -0700)
commitcc899eca552a9b93788e6bca34aa0e4d86b251a0
tree2e75fd380fc70467c120de0f3aacd06ab44c2cd4
parent4b68c2a0877b18d1fe591dd7aee55aa1158fada0
rerere: explain the primary codepath

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

This one covers the codepath reached from rerere(), the primary
interface to the subsystem.

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