From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] merge-one-file: fix "expr: non-numeric argument" Date: Thu, 06 Oct 2011 13:25:04 -0700 Message-ID: <7vk48hzx3z.fsf@alter.siamese.dyndns.org> References: <1317925555-65237-1-git-send-email-jaysoffian@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Jay Soffian X-From: git-owner@vger.kernel.org Thu Oct 06 22:25:20 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 1RBuVJ-0005L1-5I for gcvg-git-2@lo.gmane.org; Thu, 06 Oct 2011 22:25:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757068Ab1JFUZL (ORCPT ); Thu, 6 Oct 2011 16:25:11 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:43368 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755001Ab1JFUZK (ORCPT ); Thu, 6 Oct 2011 16:25:10 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 292705764; Thu, 6 Oct 2011 16:25:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=58TUtX7PRKuYWjlTJ473tDInOi0=; b=XFa7dS 0AQtsHqkfiy6ElE8SVUojTIaejz2NzXDv3fMr/fSnaY/OMDXvHxuEbY/kFbi7kDb SSP17cM0KBg1YP9yGVZ4Ao0AUSdh/91eYz8dS2ewRATeGxjAh1NOcv4kyS9LIOaz BmkgMUlvzSQTpwjHtyVFE5KaA/U6wJPEAKzjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=VdXeiNeA24BfZ1YkV/3ihAxCJF37Esjo sBSctmT3xft9/v69VXNOvhPQsgMPXQgzhPjThSwwUQHpfve060BTHHHE/iKkOIFN G3Z3enLgBo4/HrkmYtQqGZx8e6kvzMg4w4yRvPPfPCBzz8hmHIdGglpmGffxkbNK 3onqT2ajt18= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 1B9CA5763; Thu, 6 Oct 2011 16:25:07 -0400 (EDT) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A7DEA5759; Thu, 6 Oct 2011 16:25:05 -0400 (EDT) In-Reply-To: <1317925555-65237-1-git-send-email-jaysoffian@gmail.com> (Jay Soffian's message of "Thu, 6 Oct 2011 14:25:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 471E9B14-F059-11E0-B44B-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Thanks.