]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
http-push: avoid fork() by calling merge_bases() directly
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 4 Aug 2006 15:50:41 +0000 (17:50 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 5 Aug 2006 00:40:50 +0000 (17:40 -0700)
commit61ffbcb988046dfaf8266569f78a31483be026f6
treeab195ec121e45c95f7b226af0f655522c76e642f
parent07efc6a6b6e5098ccd2dcce853be421b7dd1e244
http-push: avoid fork() by calling merge_bases() directly

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-push.c