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

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:

Make error reporting sane
authorDieter Plaetinck <dieter@plaetinck.be>
Thu, 24 Nov 2011 19:29:00 +0000 (20:29 +0100)
committerDieter Plaetinck <dieter@plaetinck.be>
Thu, 24 Nov 2011 19:48:52 +0000 (20:48 +0100)
commitfe0993a7947fc20b567e3dc6bd57f0eda5c49a01
tree0b0f1240a8ede933c0e28aa6ad74bab053613a33
parentaf9c23df7371cd61f8efb60a0654dda3f30f0370
Make error reporting sane

* refactor error logging code
* make all errors go to stderr
* make fatal errors actually fatal (exit instead of return)
* make output consistent
vcsh