]> granicus.if.org Git - cgit/commit
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)
commit03eb76dfad2887127581f5f1b4e2edbe8c4ca5fe
treefb5961f5c5f99d0b3dda25632a74036f10b8dda9
parent5a4156ef951162d669e7170b440fad6e4c9e306f
cgit.c: Do not reset HOME after unsetting it.

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>
cgit.c
ui-snapshot.c