From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos =?ISO-8859-1?Q?Mart=EDn?= Nieto Subject: Re: [PATCH 3/3] Use the new {real,absolute}_path function names Date: Wed, 16 Mar 2011 17:37:31 +0100 Message-ID: <1300293451.7214.47.camel@bee.lab.cmartin.tk> References: <1300291579-25852-1-git-send-email-cmn@elego.de> <1300291579-25852-4-git-send-email-cmn@elego.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, Nguyen Thai Ngoc Duy , Junio C Hamano To: kusmabite@gmail.com X-From: git-owner@vger.kernel.org Wed Mar 16 17:37:44 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 1PztjC-0005W3-G2 for gcvg-git-2@lo.gmane.org; Wed, 16 Mar 2011 17:37:42 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752308Ab1CPQhi convert rfc822-to-quoted-printable (ORCPT ); Wed, 16 Mar 2011 12:37:38 -0400 Received: from mx0.elegosoft.com ([88.198.54.133]:45854 "EHLO mx0.elegosoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209Ab1CPQhg (ORCPT ); Wed, 16 Mar 2011 12:37:36 -0400 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id B8F591B4AFF; Wed, 16 Mar 2011 17:37:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx0.elegosoft.com Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id laqn65UgYq1Z; Wed, 16 Mar 2011 17:37:30 +0100 (CET) Received: from [10.10.10.234] (i59F7870A.versanet.de [89.247.135.10]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 70B971B4ABA; Wed, 16 Mar 2011 17:37:30 +0100 (CET) In-Reply-To: X-Mailer: Evolution 2.91.92 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On mi=C3=A9, 2011-03-16 at 17:24 +0100, Erik Faye-Lund wrote: > On Wed, Mar 16, 2011 at 5:06 PM, Carlos Mart=C3=ADn Nieto wrote: > > Use the new names for path functions in the code. Replace uses of > > make_absolute_path with real_path, make_nonrelative_path with > > absolute_path and make_relative_path with relative_path. >=20 > Shouldn't these changes be squashed into the previous two commits so > it'll be possible to bisect across it without getting a broken build? Brian pointed this out in the other subthread. I'll resend.