From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frans Klaver Subject: Re: [PATCH] run-command.c: Accept EACCES as command not found Date: Wed, 23 Nov 2011 14:25:38 +0100 Message-ID: References: <1321912387-4569-1-git-send-email-fransklaver@gmail.com> <7vbos5f7ix.fsf@alter.siamese.dyndns.org> <7v62idf2vy.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Junio C Hamano , git@vger.kernel.org To: Nguyen Thai Ngoc Duy X-From: git-owner@vger.kernel.org Wed Nov 23 14:25:47 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RTCpd-00040y-Gw for gcvg-git-2@lo.gmane.org; Wed, 23 Nov 2011 14:25:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755499Ab1KWNZk (ORCPT ); Wed, 23 Nov 2011 08:25:40 -0500 Received: from mail-qy0-f174.google.com ([209.85.216.174]:46373 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755408Ab1KWNZj (ORCPT ); Wed, 23 Nov 2011 08:25:39 -0500 Received: by qyd20 with SMTP id 20so359816qyd.19 for ; Wed, 23 Nov 2011 05:25:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iTu+Bo/J2N4ECY4FwkVsXEyDB/ajQcwMjIxonwx2NO4=; b=EGMNU32pTzeMXPSDA81yNtXGLnEAofA0CJDzsCNWSlZ2aoImgdGdCqQ/48GikBPlWv yoRz1JGja3rDRShw+lm8ubX2y7SWdjdo0rorNZY/igZRKPEwKvXMuw79cXp7xsnCb/oo 9EIUJjGP4blIS/qAuZnxiyHlnZo4kt8r3apIQ= Received: by 10.224.217.66 with SMTP id hl2mr5551848qab.84.1322054738637; Wed, 23 Nov 2011 05:25:38 -0800 (PST) Received: by 10.224.86.11 with HTTP; Wed, 23 Nov 2011 05:25:38 -0800 (PST) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Nov 23, 2011 at 1:04 PM, Nguyen Thai Ngoc Duy wrote: > If you print diagnostic messages with trace_printf() and friends (only > showed when GIT_TRACE variable is set), then there's no need for being > terse. I'll keep that in mind, thanks. Frans