local push/pull env cleanup
commit016fb48bc480dde83b57466f59f633cbc5128ae6
authorMatt Draisey <matt@draisey.ca>
Thu, 19 Jan 2006 20:58:03 +0000 (19 15:58 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Jan 2006 08:10:14 +0000 (25 00:10 -0800)
tree1a74dcfd4c3368cfc703edb678a30af90b19edf4
parent941c9449999192e2d338ee204f4153e30ae43829
local push/pull env cleanup

remove environment variables relating to the current repository
before execing the 'remote' half of a local push or pull operation

[jc: the original from Matt spelled out the environment variable
 names, which I changed to the preprocessor symbols defined in
 cache.h.  Also it missed GRAFT_ENVIRONMENT.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c