]> git.cameronkatri.com Git - cgit.git/commitdiff
cgit.c: Do not reset HOME after unsetting it.
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 25 May 2013 17:25:56 +0000 (19:25 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 25 May 2013 18:33:28 +0000 (20:33 +0200)
The number of odd cases in which git will try to read config is far too
great to keep putting a bandaid over each one, so we'll just unset it.

If it turns out that scripts really liked to know about $HOME, we can
always reset it in the filter forks.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

No differences found