]> git.madduck.net Git - code/vcsh.git/blob - doc/error_codes.md

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:

Fix typo in Config section
[code/vcsh.git] / doc / error_codes.md
1 * 0: OK
2 * 1: Generic error
3 * 10: Init failed because $GIT\_DIR exists
4 * 11: Could not enter $GIT\_WORK\_TREE
5 * 12: No repository found
6 * 13: Required directory exists but is not a directory
7 * 16: Potentially harmful operation aborted
8 * 17: Files that would be overwritten exist; fix manually
9
10 * 50: Could not create directory
11 * 51: Could not create file
12 * 52: Could not move directory
13 * 53: Could not move file
14 * 54: Directory exists
15 * 55: File exists
16 * 56: 
17 * 57: Could not write to file
18 * 57: Could not delete directory
19 * 59: Could not delete file