From: Karl Hasselström Date: Wed, 23 Jul 2008 21:29:09 +0000 (+0200) Subject: Discard stderr output from git apply if the caller wants X-Git-Tag: v0.15-rc1~194 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/29d9a26459c438f4be500022f993b0496d8cbbd8?hp=29d9a26459c438f4be500022f993b0496d8cbbd8 Discard stderr output from git apply if the caller wants It prints error messages when it fails, and sometimes we don't need to see them since we don't care exactly _why_ it failed. (The only current user does want to see the errors, but future patches will introduce callers that don't.) Signed-off-by: Karl Hasselström ---