]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found