[PATCH] rsh.c environment variable
authorDaniel Barkalow <barkalow@iabervon.org>
Mon, 6 Jun 2005 20:35:02 +0000 (16:35 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 00:09:45 +0000 (17:09 -0700)
commit9182f89ab2b0d861226c3ee3d98f9a6a670970e3
treeda7452fbd9ad76b68ffbec48c39f12c148f2a4ad
parent95fc75129acf14d980bdd56b9b2ee74190f81d91
[PATCH] rsh.c environment variable

rsh.c used to set the environment variable for the object database when
invoking the remote command. Now that there is a GIT_DIR variable, use
that instead.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
rsh.c