]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
merge-recur: do not setenv("GIT_INDEX_FILE")
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 9 Aug 2006 13:07:31 +0000 (15:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 9 Aug 2006 21:49:26 +0000 (14:49 -0700)
commitc1964a006f9035cbdc6de8e55768fc6ad00d4825
tree62fb10daa8d457232d6dd9957f16b5cc040ae7f8
parent5b982f84ee6eb3027e5bdf2e917a0efa48aded6a
merge-recur: do not setenv("GIT_INDEX_FILE")

Since there are no external calls left in merge-recur, we do not need
to set the environment variable GIT_INDEX_FILE all the time.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
merge-recursive.c