6543 
							
						 
					 
					
						
						
							
						
						0d1444751f 
					 
					
						
						
							
							[API] Add pagination to ListBranches ( #14524 )  
						
						... 
						
						
						
						* make PaginateUserSlice generic -> PaginateSlice
* Add pagination to ListBranches
* add skip, limit to Repository.GetBranches()
* Move routers/api/v1/utils/utils PaginateSlice -> modules/util/paginate.go
* repo_module.GetBranches paginate
* fix & rename & more logging
* better description
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: a1012112796 <1012112796@qq.com > 
						
						
					 
					
						2021-02-03 20:06:13 +01:00 
						 
				 
			
				
					
						
							
							
								zeripath 
							
						 
					 
					
						
						
							
						
						722a7c902d 
					 
					
						
						
							
							Add Close() method to gogitRepository ( #8901 )  
						
						... 
						
						
						
						In investigating #7947  it has become clear that the storage component of go-git repositories needs closing.
This PR adds this Close function and adds the Close functions as necessary.
In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files.
Fixes  #7947  
						
						
					 
					
						2019-11-13 07:01:19 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						d578b71d61 
					 
					
						
						
							
							move code.gitea.io/git to code.gitea.io/gitea/modules/git ( #6364 )  
						
						... 
						
						
						
						* move code.gitea.io/git to code.gitea.io/gitea/modules/git
* fix imports
* fix fmt
* fix misspell
* remove wrong tests data
* fix unit tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* enable Debug to trace the failure tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* comment commit count tests since git clone depth is 50
* fix tests
* update from code.gitea.io/git
* revert change to makefile 
						
						
					 
					
						2019-03-27 17:33:00 +08:00