commit | ab242f809a9e06ebf935c0512155fc5661ab84ab | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Feb 25 01:24:34 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Feb 25 01:28:44 2007 -0800 |
tree | 4829afb6d0e4a7947756b89207f6e380fb906d18 | |
parent | cef19c7af5202c547abe4c8a538ac7b9a4970f0e [diff] |
rerere: do not skip two conflicted paths next to each other. The code forgot to take the for (;;) loop control into account, incrementing the index once too many. Signed-off-by: Junio C Hamano <junkio@cox.net>