From e71ab905d95d7f5a1f343372affa057f2e71cefa Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Tue, 9 Oct 2012 00:33:24 +0200
Subject: [PATCH] Escape underscores in doc/error_codes.md

---
 doc/error_codes.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
GitLab