mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Increment skip to avoid infini-loop (#13703)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		@@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
 | 
			
		||||
				}
 | 
			
		||||
				element = element.Next()
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			skip += limit
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user