Stefan Beller <sbeller@xxxxxxxxxx> writes: > On Thu, Apr 23, 2015 at 10:56 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > >>> + int save_errno = errno; >>> + error("Couldn't reopen %s", lock->lk->filename.buf); >> >> No need to change this line, but I noticed that we might want to do >> something about the first one of the following two: > > I personally like to have each error(...) to have a unique string, such > that when you run into trouble (most likely reported by a user), > you can easily pinpoint where the exact error is. I was hoping that the "grep" patterns were strong enough hint, but let me be explicit. I was commenting on "Could" not being spelled as "could". >> $ git grep -e '[ ]error(_*"[A-Z]' | wc -l >> 146 >> $ git grep -e '[ ]error(_*"[a-z]' | wc -l >> 390 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html