We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d791423 commit e7c7be2Copy full SHA for e7c7be2
services/gitdiff/gitdiff.go
@@ -884,7 +884,7 @@ parsingLoop:
884
885
}
886
887
- // FIXME: There are numerous issues with this:
+ // TODO: There are numerous issues with this:
888
// - we might want to consider detecting encoding while parsing but...
889
// - we're likely to fail to get the correct encoding here anyway as we won't have enough information
890
var diffLineTypeBuffers = make(map[DiffLineType]*bytes.Buffer, 3)
0 commit comments