From: Richard Hartmann Date: Mon, 8 Oct 2012 22:33:24 +0000 (+0200) Subject: Escape underscores in doc/error_codes.md X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/e71ab905d95d7f5a1f343372affa057f2e71cefa Escape underscores in doc/error_codes.md --- diff --git a/doc/error_codes.md b/doc/error_codes.md index e127e7d..49cb084 100644 --- a/doc/error_codes.md +++ b/doc/error_codes.md @@ -1,7 +1,7 @@ * 0: OK * 1: Generic error -* 10: Init failed because $GIT_DIR exists -* 11: Could not enter $GIT_WORK_TREE +* 10: Init failed because $GIT\_DIR exists +* 11: Could not enter $GIT\_WORK\_TREE * 12: No repository found * 13: Required directory exists but is not a directory * 16: Potentially harmful operation aborted