From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 8726de6: Finish excising electric indent from `open-line' Date: Sun, 22 Nov 2015 21:59:39 +0600 Message-ID: References: <20151122045054.17266.64677@vcs.savannah.gnu.org> <87io4u362x.fsf@red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1448208047 32582 80.91.229.3 (22 Nov 2015 16:00:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 16:00:47 +0000 (UTC) Cc: Stefan Monnier , Emacs developers To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 17:00:46 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 1a0X4I-0006Lt-3y for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 17:00:46 +0100 Original-Received: from localhost ([::1]:56529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0X4I-0000ao-7P for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 11:00:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0X3u-0000Zz-Te for emacs-devel@gnu.org; Sun, 22 Nov 2015 11:00:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0X3u-0004Qi-1e for emacs-devel@gnu.org; Sun, 22 Nov 2015 11:00:22 -0500 Original-Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:36649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0X3t-0004Qd-Qi for emacs-devel@gnu.org; Sun, 22 Nov 2015 11:00:21 -0500 Original-Received: by lbblt2 with SMTP id lt2so84640435lbb.3 for ; Sun, 22 Nov 2015 08:00:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=mNlXo6sPfcCHd+xfZOOsaj/sNLwmH9B+/PswpjfCXcI=; b=v7aI/VBe+bhnZJkdcB1bj1FbYVGt3mIRlgrgHDdgUz+AI9TOcJzN+z2c0QcXao8PCX 1181WYCplOtnLcFZRdurPGyHB8SmoNyDIASEzGBA0njPDwLz1UeI7SpARSCC/JEtoUlC bW8G5/wCcaDG0TjrWpaRLyLu9kUM7ZT2PF/pr5DSHer32XawbHihTuh79dalBGrXWgor ja/ewFaWiZrxhI7szJGSJ6LtOrp6/xekJoSnwE7CPVSYreqWttDHfhGbfE/9i0gbcadL B02aUjMBoS9Z8I6okC+fccIv3oc0TexQ+toQSSn3Q80o6UZJM+SwSSQS161SKFp9li0S k9UA== X-Received: by 10.112.77.98 with SMTP id r2mr7610851lbw.124.1448208020903; Sun, 22 Nov 2015 08:00:20 -0800 (PST) Original-Received: by 10.112.212.43 with HTTP; Sun, 22 Nov 2015 07:59:39 -0800 (PST) In-Reply-To: <87io4u362x.fsf@red-bean.com> X-Google-Sender-Auth: afIoqKD6WM5bLxuFIgfJJfYZkTk X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::230 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:195031 Archived-At: On Sun, Nov 22, 2015 at 12:23 PM, Karl Fogel wrote: > Oh, well. Although mostly pleased with Emacs' transition to distributed version control, I do miss one thing: being able to edit log messages after the fact! In fact you can. (1) you put out a branch for review; (2) somebody tells you your commit messages are all wrong; (3) you rewrite your branch and push --force; (4) nobody complains; (5) you integrate it into the appropriate development branch.