@ -931,7 +931,7 @@ static int remove_redundant(struct commit **array, int cnt)
}
/* Now collect the result */
memcpy(work,array,sizeof(*array)*cnt);
COPY_ARRAY(work,array,cnt);
for(i=filled=0;i<cnt;i++)
if(!redundant[i])
array[filled++]=work[i];
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.