On Wed, Feb 4, 2009 at 10:58, Matthieu Moy <Matthieu.Moy@xxxxxxx> wrote: > + "This probably means a git process crashed in this repository earlier.\n" > + "Make sure no other git process is running and remove the file manually.", > + get_index_file(), strerror(lock_error)); How about "If no other git process is currently running, this probably means...." instead? E.g., sometimes I run 'git commit' in one terminal window, and then switch to another before committing (to review the diff for example), which would cause an index.lock file to be present validly. -- Cheers, Sverre Rabbelier -- 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