Am 13.08.2018 um 20:43 schrieb Junio C Hamano:
René Scharfe <[email protected]> writes:@@ -182,19 +181,10 @@ static int fsck_msg_type(enum fsck_msg_id msg_id, static void init_skiplist(struct fsck_options *options, const char *path) { - static struct oid_array skiplist = OID_ARRAY_INIT; - int sorted; FILE *fp; struct strbuf sb = STRBUF_INIT; struct object_id oid; - if (options->skiplist) - sorted = options->skiplist->sorted; - else {That SP before '-' on the removed line is the most curious aspect of this patch; I do not recall the last time I saw a corrupt patch from you---changed where you read/write your mails recently?
Well, I updated Thunderbird to version 60 a few days ago, but I can't see that extra space in my Sent folder, nor via the NNTP interface of the mailing list [1], nor on the web interface [2]. The latter shows extra spaces on the context lines of the first hunk, though, which I can't see anywhere else. All the lines look fine in the citation of Ramsay's reply [3]. So I don't know where these extra spaces are coming from. :-/ René [1] news://news.public-inbox.org:119/[email protected] [2] https://public-inbox.org/git/[email protected]/ [3] https://public-inbox.org/git/[email protected]/

