From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: Referring to revisions in the git future Date: Thu, 30 Oct 2014 12:13:54 +0100 Message-ID: <87sii5stcd.fsf@yahoo.fr> References: <87bnouapiy.fsf@fencepost.gnu.org> <20141029150600.GA5701@thyrsus.com> <20141029141216.7abbbc0d@anarchist.wooz.org> <20141029222946.GA13673@thyrsus.com> <545178BE.2050505@cs.ucla.edu> <87k33i9fgi.fsf_-_@violet.siamics.net> <20141030083156.GA2683@thyrsus.com> <20141030101336.GA4860@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414667762 31208 80.91.229.3 (30 Oct 2014 11:16:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2014 11:16:02 +0000 (UTC) Cc: esr@thyrsus.com, Ivan Shmakov , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 30 12:15:55 2014 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 1Xjnhj-00007r-3I for ged-emacs-devel@m.gmane.org; Thu, 30 Oct 2014 12:15:47 +0100 Original-Received: from localhost ([::1]:52840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjnhi-0006e1-GR for ged-emacs-devel@m.gmane.org; Thu, 30 Oct 2014 07:15:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjnhZ-0006cM-QS for emacs-devel@gnu.org; Thu, 30 Oct 2014 07:15:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjnhT-0007ol-J8 for emacs-devel@gnu.org; Thu, 30 Oct 2014 07:15:37 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:19350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjnhT-0007o7-ET for emacs-devel@gnu.org; Thu, 30 Oct 2014 07:15:31 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnwKABgdUlSkD4Xx/2dsb2JhbABchDq5TQEBAQEBAQabTgKBOwEBAQEBfYQDAQEEeRAIAyElDwEESROIKwEVtVGLegGHDwEBAQcCAR+GNoJGiBQHhEsFnWqHV45og3k8L4JLAQEB Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 30 Oct 2014 12:14:13 +0100 In-Reply-To: (Andreas Schwab's message of "Thu, 30 Oct 2014 11:32:20 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:176070 Archived-At: Andreas Schwab writes: > "Eric S. Raymond" writes: >> Andreas Schwab : >>> > I have a little script called "editcomment" that does this. >>> >>> How is that different from git commit --amend? >> >> It works on any revision, not just the current branch tip. > > So its just a git rebase -i. Perhaps with --preserve-merge ? -- Nicolas Richard