Junio C Hamano <gitster@xxxxxxxxx> writes: > /* > * Trim and replace each byte outside ASCII printable > * (33 to 127, inclusive) with a dot '.'. > */ > > perhaps? "127" -> "126"; that is what an inclusive range should say. Sorry for a noise.
Junio C Hamano <gitster@xxxxxxxxx> writes: > /* > * Trim and replace each byte outside ASCII printable > * (33 to 127, inclusive) with a dot '.'. > */ > > perhaps? "127" -> "126"; that is what an inclusive range should say. Sorry for a noise.