mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	fix wrong log when push to a new branch (#1220)
This commit is contained in:
		| @@ -360,7 +360,7 @@ func UpdateIssuesCommit(doer *User, repo *Repository, commits []*PushCommit) err | |||||||
|  |  | ||||||
| 			issue, err := GetIssueByRef(ref) | 			issue, err := GetIssueByRef(ref) | ||||||
| 			if err != nil { | 			if err != nil { | ||||||
| 				if IsErrIssueNotExist(err) { | 				if IsErrIssueNotExist(err) || err == errMissingIssueNumber { | ||||||
| 					continue | 					continue | ||||||
| 				} | 				} | ||||||
| 				return err | 				return err | ||||||
|   | |||||||
							
								
								
									
										0
									
								
								modules/github/issues.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								modules/github/issues.go
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user