]> git.madduck.net Git - code/myrepos.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:

mr: Check if unsafe ENV variables are set
authorRichard Hartmann <richih@debian.org>
Fri, 21 Nov 2014 23:34:22 +0000 (00:34 +0100)
committerRichard Hartmann <richih@debian.org>
Fri, 21 Nov 2014 23:34:22 +0000 (00:34 +0100)
commit9cd8963574cb722f2997c1f311fb941fcb230db2
tree40de5f164179dfa504e1c22faa9d9c5430c6178e
parent81499d6804d9bc388c93312d3700d086f1353ec5
mr: Check if unsafe ENV variables are set

If e.g. $GIT_DIR is set, it's near certain that the user is about to
shoot their own foot so we abort.
mr