mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:41:32 +01:00 
			
		
		
		
	add more debug info
This commit is contained in:
		
							parent
							
								
									126228d146
								
							
						
					
					
						commit
						6b30b20765
					
				| @ -195,7 +195,7 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error | |||||||
| 	if _, stderr, err = process.ExecDir(-1, tmpBasePath, | 	if _, stderr, err = process.ExecDir(-1, tmpBasePath, | ||||||
| 		fmt.Sprintf("PullRequest.Merge (git merge --no-commit): %s", tmpBasePath), | 		fmt.Sprintf("PullRequest.Merge (git merge --no-commit): %s", tmpBasePath), | ||||||
| 		"git", "merge", "--no-ff", "--no-commit", "head_repo/"+pr.HeadBranch); err != nil { | 		"git", "merge", "--no-ff", "--no-commit", "head_repo/"+pr.HeadBranch); err != nil { | ||||||
| 		return fmt.Errorf("git merge --no-ff --no-commit [%s]: %s", tmpBasePath, stderr) | 		return fmt.Errorf("git merge --no-ff --no-commit [%s]: %v - %s", tmpBasePath, err, stderr) | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	sig := doer.NewGitSig() | 	sig := doer.NewGitSig() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user