]> git.madduck.net Git - code/vcsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Escape underscores in doc/error_codes.md
authorRichard Hartmann <richih.mailinglist@gmail.com>
Mon, 8 Oct 2012 22:33:24 +0000 (00:33 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Mon, 8 Oct 2012 22:33:24 +0000 (00:33 +0200)
doc/error_codes.md

index e127e7d6e7d85f9ffa9bd7207446dfd8b22add99..49cb084ee4593b68d06668a631cc1fa367c94bec 100644 (file)
@@ -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