El 16/2/2009, a las 23:58, Johannes Schindelin escribió:
It might cause less head-scratching to say 'nor any of the parent
directories' than 'or ...' after saying that this is not a git
repository.
- die("Not a git repository (or any of the parent directories):
%s", DEFAULT_GIT_DIR_ENVIRONMENT);
+ die("Not a git repository (nor any of the parent directories):
%s", DEFAULT_GIT_DIR_ENVIRONMENT);
Or could just avoid the whole "or/nor" construct entirely by just
saying?
"Not inside a git repository"
--
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