mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	#1595 pushing new branch will rereference issues in previous branch
This commit is contained in:
		| @@ -29,7 +29,6 @@ import ( | ||||
|  | ||||
| var Sanitizer = bluemonday.UGCPolicy().AllowAttrs("class").Matching(regexp.MustCompile(`[\p{L}\p{N}\s\-_',:\[\]!\./\\\(\)&]*`)).OnElements("code") | ||||
|  | ||||
|  | ||||
| // Encode string to md5 hex value. | ||||
| func EncodeMd5(str string) string { | ||||
| 	m := md5.New() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user