mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add missing patch conflit pattern
This commit is contained in:
		@@ -3,7 +3,7 @@ Gogs - Go Git Service [
 | 
			
		||||
 | 
			
		||||
##### Current version: 0.8.27
 | 
			
		||||
##### Current version: 0.8.28
 | 
			
		||||
 | 
			
		||||
| Web | UI  | Preview  |
 | 
			
		||||
|:-------------:|:-------:|:-------:|
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -17,7 +17,7 @@ import (
 | 
			
		||||
	"github.com/gogits/gogs/modules/setting"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const APP_VER = "0.8.27.0202"
 | 
			
		||||
const APP_VER = "0.8.28.0203"
 | 
			
		||||
 | 
			
		||||
func init() {
 | 
			
		||||
	runtime.GOMAXPROCS(runtime.NumCPU())
 | 
			
		||||
 
 | 
			
		||||
@@ -256,6 +256,7 @@ var patchConflicts = []string{
 | 
			
		||||
	"patch does not apply",
 | 
			
		||||
	"already exists in working directory",
 | 
			
		||||
	"unrecognized input",
 | 
			
		||||
	"error:",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// testPatch checks if patch can be merged to base repository without conflit.
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
0.8.27.0202
 | 
			
		||||
0.8.28.0203
 | 
			
		||||
		Reference in New Issue
	
	Block a user