From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Melchiorsen Subject: Re: [RFC PATCH] Make the rebase edit mode really end up in an edit state Date: Thu, 15 Jan 2009 19:53:09 +0100 Message-ID: <87ocy8flka.fsf@cup.kalibalik.dk> References: <87ab9th0rh.fsf@cup.kalibalik.dk> <7vmydsv72u.fsf@gitster.siamese.dyndns.org> <200901151946.04991.johan@herland.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Johannes Schindelin , Junio C Hamano , Sverre Rabbelier , Johannes Sixt To: Johan Herland X-From: git-owner@vger.kernel.org Thu Jan 15 19:54:51 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LNXMU-0007t7-NJ for gcvg-git-2@gmane.org; Thu, 15 Jan 2009 19:54:39 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754628AbZAOSxN (ORCPT ); Thu, 15 Jan 2009 13:53:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755524AbZAOSxM (ORCPT ); Thu, 15 Jan 2009 13:53:12 -0500 Received: from mail.hotelhot.dk ([77.75.163.100]:49818 "EHLO mail.hotelhot.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755510AbZAOSxL (ORCPT ); Thu, 15 Jan 2009 13:53:11 -0500 Received: from mail.hotelhot.dk (localhost [127.0.0.1]) by mail.hotelhot.dk (Postfix) with ESMTP id 2FF5930AFC; Thu, 15 Jan 2009 19:52:31 +0100 (CET) Received: from dylle (router.kalibalik.dk [192.168.0.1]) by mail.hotelhot.dk (Postfix) with ESMTP id CFA9430013; Thu, 15 Jan 2009 19:52:30 +0100 (CET) In-Reply-To: <200901151946.04991.johan@herland.net> (Johan Herland's message of "Thu\, 15 Jan 2009 19\:46\:04 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Virus-Scanned: ClamAV using ClamSMTP Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johan Herland writes: > On Thursday 15 January 2009, Johannes Schindelin wrote: >> On Thu, 15 Jan 2009, Junio C Hamano wrote: >> > 'stop' would be closest to what it currently does. It stops and it >> > is up to you how to screw up the result ;-). >> >> But it shares the first letter with 'squash'. > > Personally, I'd rather use "pause", but that is taken as well. > > Other suggestions: > > wait > yield > rest > timeout break Anders.