fixes pull request hanging indefinitely when it contains normal and LFS file pointers (#1425)

release/v1.2
Kuba Tyszko 7 years ago committed by Bo-Yi Wu
parent 21fd3da6f5
commit 5d6b71fdbb

@ -287,7 +287,6 @@ func ParsePatch(maxLines, maxLineCharacters, maxFiles int, reader io.Reader) (*D
curFile.IsBin = true
curFile.IsLFSFile = true
curSection.Lines = nil
break
}
}
}

Loading…
Cancel
Save