From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Mon, 09 Nov 2015 14:18:50 +0100 Organization: Probably a good idea Message-ID: References: <871tc315y3.fsf@lifelogs.com> <83611eqk9w.fsf@gnu.org> <878u6ax7c7.fsf@lifelogs.com> <83k2ptq5t3.fsf@gnu.org> <87h9kxx60e.fsf@lifelogs.com> <877flswse5.fsf@lifelogs.com> <8737wgw7kf.fsf@lifelogs.com> <87io5bv1it.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1447075227 28547 80.91.229.3 (9 Nov 2015 13:20:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2015 13:20:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 14:20:18 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 1ZvmMp-0005jF-Jt for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2015 14:20:15 +0100 Original-Received: from localhost ([::1]:52667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvmMp-0003ee-5I for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2015 08:20:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvmMi-0003Yr-Kc for emacs-devel@gnu.org; Mon, 09 Nov 2015 08:20:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvmMe-0001Qh-LF for emacs-devel@gnu.org; Mon, 09 Nov 2015 08:20:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:33963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvmMe-0001Qb-DU for emacs-devel@gnu.org; Mon, 09 Nov 2015 08:20:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZvmMd-0005WX-0Q for emacs-devel@gnu.org; Mon, 09 Nov 2015 14:20:03 +0100 Original-Received: from rainey.bang.priv.no ([212.110.185.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2015 14:20:02 +0100 Original-Received: from sb by rainey.bang.priv.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2015 14:20:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rainey.bang.priv.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:ZhhVGH7ExQ8piDeXSzpErUYA0NE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:193704 Archived-At: >>>>> Aurélien Aptel : > Whatever you do, I don't think its useful to preserve the history of > my branch. I would suggest maybe splitting commits for the most > invasive changes (throw/signal, Fload/load-suffixes, new user_ptr > type) and import the completely new stuff in a single commit (all the > content of modules/ basically). I know Philip tried to write Changelog > entries for some commits in the commit message that can be re-used. If > can try to make a new branch that can be re-based on master with the > commits I had in mind if you want. If Ted is going to do the job he has basically two choices: - Preserve all history of the branch - Squash all history of the branch into a single commit Everything else will be too hard, I think.