From: Shawn O. Pearce Date: Sat, 10 Mar 2007 08:28:11 +0000 (-0500) Subject: Refactor run_command error handling in receive-pack X-Git-Tag: v1.5.1-rc1~53 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6c319a22e47e6b49d799f5893aeac92e723a5e6f?hp=6c319a22e47e6b49d799f5893aeac92e723a5e6f Refactor run_command error handling in receive-pack I'm pulling the error handling used to decode the result of run_command up into a new function so that I can reuse it. No changes, just a simple code movement. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---