Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > -static int pick_commits(struct replay_opts *opts) > +static int pick_commits(struct commit_list *todo_list, struct replay_opts *opts) > { Hmm, I was hoping that we would have something that can express a DAG, but this interface seems to forever wed us with a linear history. Just making a mental note, and not rejecting---we have to start from linear before going fancier. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html