Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] Make the 'lock file exists' error more informative

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:20

Matthieu Moy [off-list ref] writes:
John Tapsell [off-list ref] writes:
quoted
It looks like someone did 90% of the work, then forgot to actually use
the function
someone = me ;-).

The message is a bit inacurrate: the function is already used in two
places, I just didn't notice this one.
quoted
-	if (errno == EEXIST) {
+	if (err == EEXIST) {
Oops, right.
quoted
-			die("unable to create '%s.lock': %s", path, strerror(errno));
+			unable_to_lock_index_die(path, errno);
Actually, _this_ instance is still to be fixed in next. You probably
looked at the other one that my original message fixes.
Not in 'next', but in the maintenance track of v1.6.2.X and merged
upwards, as v1.6.2~11^2~2 (More friendly message when locking the index
fails., 2009-02-19) is obviously in v1.6.2 just released.

John, congratulations for fixing the first bug immediately after a big
release.  Please make it a habit to sign off your patches.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help