##// END OF EJS Templates
bdiff: add comment about normalization
Benoit Boissinot -
r7625:930a2be7 default
parent child Browse files
Show More
@@ -261,6 +261,7 b' static struct hunklist diff(struct line '
261 261
262 262 free(pos);
263 263
264 /* normalize the hunk list, try to push each hunk towards the end */
264 265 for (curr = l.base; curr != l.head; curr++) {
265 266 struct hunk *next = curr+1;
266 267 int shift = 0;
General Comments 0
You need to be logged in to leave comments. Login now