From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master b6610d5 2/4: emacs-lisp/package.el: Refactor pre-execute prompt Date: Mon, 06 Apr 2015 18:01:33 +0200 Message-ID: <5522ADDD.7010303@math.ntnu.no> References: <20150406102057.929.89886@vcs.savannah.gnu.org> <5522653C.5010608@yandex.ru> <837ftpldok.fsf@gnu.org> <83r3rxjqbx.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428336168 3572 80.91.229.3 (6 Apr 2015 16:02:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2015 16:02:48 +0000 (UTC) Cc: emacs-devel To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 06 18:02:43 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yf9Ty-0006Z3-DD for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 18:02:38 +0200 Original-Received: from localhost ([::1]:40741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf9Tx-0005Z8-0J for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 12:02:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf9T5-0004fs-5w for emacs-devel@gnu.org; Mon, 06 Apr 2015 12:01:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yf9T0-0000mJ-5c for emacs-devel@gnu.org; Mon, 06 Apr 2015 12:01:43 -0400 Original-Received: from hylle05.itea.ntnu.no ([129.241.56.225]:53874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf9Sz-0000lo-VQ for emacs-devel@gnu.org; Mon, 06 Apr 2015 12:01:38 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle05.itea.ntnu.no (Postfix) with ESMTP id 6310C90C070; Mon, 6 Apr 2015 18:01:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle05.itea.ntnu.no Original-Received: from [IPv6:2001:4662:4ffb::c35:78d:c6ff:48e4] (unknown [IPv6:2001:4662:4ffb:0:c35:78d:c6ff:48e4]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle05.itea.ntnu.no (Postfix) with ESMTPSA id 859279065E2; Mon, 6 Apr 2015 18:01:35 +0200 (CEST) User-Agent: Postbox 3.0.11 (Macintosh/20140602) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 129.241.56.225 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185045 Archived-At: Artur Malabarba wrote: > This way tools like git bisect become considerably more useful (not > that I've ever had to use it for Emacs specifically). Speaking of which, I don't understand how git bisect can work properly=20 with a history that is full of branching and remerging. The whole=20 concept seems to require a linear history. What am I missing? =E2=80=93 Harald