From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 20 13:34:32 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73408106566B; Tue, 20 Sep 2011 13:34:32 +0000 (UTC) (envelope-from fabien.thomas@netasq.com) Received: from work.netasq.com (mars.netasq.com [91.212.116.3]) by mx1.freebsd.org (Postfix) with ESMTP id D9F2B8FC08; Tue, 20 Sep 2011 13:34:31 +0000 (UTC) Received: from [10.2.1.1] (unknown [10.2.1.1]) by work.netasq.com (Postfix) with ESMTPSA id F3B18740021; Tue, 20 Sep 2011 15:33:45 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Fabien Thomas In-Reply-To: Date: Tue, 20 Sep 2011 15:34:29 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <4E712D11.7040202@FreeBSD.org> <4E75B67E.1000802@FreeBSD.org> To: Arnaud Lacombe X-Mailer: Apple Mail (2.1084) Cc: hackers@freebsd.org, Andriy Gapon Subject: Re: my git development snapshot(s) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fabien Thomas List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 13:34:32 -0000 git merge-base upstream/svn_trunk upstream/svn_stable_8 does not work. it seems that at some point in time it was working. (upstream = live tree, origin = my sandbox) I will need to dig a little more to understand the problem. Regards, Fabien