Luke Diamand <luke@xxxxxxxxxxx> writes: >> I am not familiar with "Perforce jobs", but I assume that they are >> always named as "job" + small non-negative integer in a dense way >> and it is OK for this loop to always begin at 0 and immediately stop >> when job + num does not exist (i.e. if job7 is missing, it is >> guaranteed that we will not see job8). > > This is OK - P4 jobs have arbitrary names, but this code is just > extracting an array of them from the commit by index. Ah, thanks, that is what I was missing and this part of the code makes perfect sense to me now. -- 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