This function is quite long. Moving the handling of a commit into a separate function. This will make it easier to do the work in parallel.
Update function comments while we are here. Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Douglas Anderson <diand...@chromium.org> --- Changes in v3: - Reword comment for all_skips - Sort the set directly instead of converting it to a list first Changes in v2: - Fix missing 'f' on format string tools/patmanu/series.py | 81 +++++++++++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 24 deletions(-) Applied to u-boot-dm/next, thanks!