]> Sergey Matveev's repositories - public-inbox.git/commit
remove GIT_DIR env usage in favor of --git-dir
authorEric Wong <e@80x24.org>
Mon, 25 Apr 2016 09:50:02 +0000 (09:50 +0000)
committerEric Wong <e@80x24.org>
Mon, 25 Apr 2016 09:50:35 +0000 (09:50 +0000)
commit24e0219f364ed402f9136227756e0f196dc651aa
tree6c96cc67c6871ffb7e72c89ea41c80fe02e87a54
parentfe3d2447badd595df784541556311137b920b0a2
remove GIT_DIR env usage in favor of --git-dir

No need to maintain per-block environment state when we can
localize it to per-command.  We've had --git-dir= in git
since 1.4.2 (2006-08-12) and already use it all over the
place.
t/cgi.t
t/mda.t