http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/add-patch.c
starts_with ( s - > buf . buf + i , comment_line_str ) ) 1156 strbuf_add ( & s - > plain , s - > buf . buf + i , next - i ) ; 1157 i = next ; 1158 } 1159 1160 hunk - > end = s - > plain . len ; 1161 if ( hunk - > end = = hunk - > start ) 1162 /* The user aborted editing by deleting everything */ 1163 return 0 ; 1164 1165 recolor_hunk ( s , hunk ) ; 1166 1167 /* 1168 * If the hunk header is intact, parse it, otherwise simply use the 1169 * hunk header prior to editing (which will adjust `hunk->start` to...