working on merging configs, adding branch/switch/pull commands
This commit is contained in:
		@@ -85,10 +85,12 @@ func (Server *GVCServer) Refresh(context echo.Context) error {
 | 
			
		||||
	branches := serverRepo.LocalBranches
 | 
			
		||||
	serverLocks := serverRepo.Locked
 | 
			
		||||
	serverIgnores := serverRepo.DefaultIgnores
 | 
			
		||||
	serverNoCompress := serverRepo.NoCompress
 | 
			
		||||
	refreshResult := common.RepoRefreshRequest{
 | 
			
		||||
		Branches: branches,
 | 
			
		||||
		Locked:   serverLocks,
 | 
			
		||||
		Ignores:  serverIgnores,
 | 
			
		||||
		Branches:   branches,
 | 
			
		||||
		Locked:     serverLocks,
 | 
			
		||||
		Ignores:    serverIgnores,
 | 
			
		||||
		NoCompress: serverNoCompress,
 | 
			
		||||
	}
 | 
			
		||||
	return context.JSON(http.StatusOK, refreshResult)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user