From: Johannes Schindelin Date: Thu, 22 Feb 2007 20:25:41 +0000 (+0100) Subject: git-bundle: avoid fork() in verify_bundle() X-Git-Tag: v1.5.1-rc1~114^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fb9a54150d308345a7027baae528b8fe90bd41f7?hp=fb9a54150d308345a7027baae528b8fe90bd41f7 git-bundle: avoid fork() in verify_bundle() We can use the revision walker easily for checking if the prerequisites are met, instead of fork()ing off a rev-list, which would list only the first unmet prerequisite. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---