Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> writes: > The supposed method is to build a list of commands to be excluded using > add_cmdname(), then pass the list as the new exclude parameter. If no > exclude is needed, NULL should be used. You require that exclude is a sorted list; this should be documented somewhere to avoid future misuses. There is no need for adding extra qsort() anywhere in the patchset because the only user you are adding is in the next patch that sends a subset of the commands in main_cmds in the order they are found in the list, and main_cmds is already sorted. -- 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