mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	update code.gitea.io/git (#450)
This commit is contained in:
		
				
					committed by
					
						 Thomas Boerger
						Thomas Boerger
					
				
			
			
				
	
			
			
			
						parent
						
							0c5c34d7dd
						
					
				
				
					commit
					47a7529d96
				
			
							
								
								
									
										13
									
								
								vendor/code.gitea.io/git/repo_object.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								vendor/code.gitea.io/git/repo_object.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -4,11 +4,16 @@ | ||||
|  | ||||
| package git | ||||
|  | ||||
| // ObjectType git object type | ||||
| type ObjectType string | ||||
|  | ||||
| const ( | ||||
| 	OBJECT_COMMIT ObjectType = "commit" | ||||
| 	OBJECT_TREE   ObjectType = "tree" | ||||
| 	OBJECT_BLOB   ObjectType = "blob" | ||||
| 	OBJECT_TAG    ObjectType = "tag" | ||||
| 	// ObjectCommit commit object type | ||||
| 	ObjectCommit ObjectType = "commit" | ||||
| 	// ObjectTree tree object type | ||||
| 	ObjectTree ObjectType = "tree" | ||||
| 	// ObjectBlob blob object type | ||||
| 	ObjectBlob ObjectType = "blob" | ||||
| 	// ObjectTag tag object type | ||||
| 	ObjectTag ObjectType = "tag" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user