mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 23:36:37 +00:00 
			
		
		
		
	@@ -468,7 +468,7 @@ func parseCommitFileStatus(fileStatus *CommitFileStatus, stdout io.Reader) {
 | 
				
			|||||||
		_, _ = rd.Discard(1)
 | 
							_, _ = rd.Discard(1)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	for {
 | 
						for {
 | 
				
			||||||
		modifier, err := rd.ReadSlice('\x00')
 | 
							modifier, err := rd.ReadString('\x00')
 | 
				
			||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
			if err != io.EOF {
 | 
								if err != io.EOF {
 | 
				
			||||||
				log.Error("Unexpected error whilst reading from git log --name-status. Error: %v", err)
 | 
									log.Error("Unexpected error whilst reading from git log --name-status. Error: %v", err)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user