merge-recursive: add explanation for src_entry and dst_entry
authorElijah Newren <newren@gmail.com>
Fri, 5 Jan 2018 20:20:01 +0000 (12:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2018 22:44:18 +0000 (14:44 -0800)
commit379fc3786611f677b76400f6f7d0ed0faf2a9739
treed0bfec335398a014375a44dc508300f7d23ba810
parent6c8647da5c84bac9039135652ce5e4beb763e5be
merge-recursive: add explanation for src_entry and dst_entry

If I have to walk through the debugger and inspect the values found in
here in order to figure out their meaning, despite having known these
things inside and out some years back, then they probably need a comment
for the casual reader to explain their purpose.

Reviewed-By: Stefan Beller <sbeller@google.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c