From: Junio C Hamano Date: Mon, 11 Sep 2017 05:44:24 +0000 (+0900) Subject: cvsserver: move safe_pipe_capture() to the main package X-Git-Tag: v2.10.5~3^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fce13af5d20cad8dcb2d0e47bcf01b6960f08e55?hp=fce13af5d20cad8dcb2d0e47bcf01b6960f08e55 cvsserver: move safe_pipe_capture() to the main package As a preparation for replacing `command` with a call to this function from outside GITCVS::updater package, move it to the main package. Signed-off-by: Junio C Hamano ---