From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Wed, 25 Mar 2015 17:33:14 +0200 Message-ID: <5512D53A.7020506@yandex.ru> References: <86egoeusg2.fsf@example.com> <83pp7yp5po.fsf@gnu.org> <5511D489.9010007@yandex.ru> <83iodppx3a.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427297697 11479 80.91.229.3 (25 Mar 2015 15:34:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 15:34:57 +0000 (UTC) Cc: sva-news@mygooglest.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 16:34:53 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 1YanKH-0007bJ-Am for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 16:34:37 +0100 Original-Received: from localhost ([::1]:39813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YanKG-0006ZN-OG for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 11:34:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YanJ4-0004sg-LY for emacs-devel@gnu.org; Wed, 25 Mar 2015 11:33:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YanJ0-0005WV-Lu for emacs-devel@gnu.org; Wed, 25 Mar 2015 11:33:22 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:35662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YanJ0-0005WE-Fk; Wed, 25 Mar 2015 11:33:18 -0400 Original-Received: by wibbg6 with SMTP id bg6so29244936wib.0; Wed, 25 Mar 2015 08:33:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=j3VJeQSaSw340YGlVZhed7Q+5H5DfBypZzFkOamhhCs=; b=Pg8qRn40GIavL9qLGmur/K4Ic2PZ23JiSVMGvZoABnvJ+PSyb1jxNwXUtvRKuWodRf IZj/vLeg7TJFxBZbAg39nmwxc+AXjK8/sDOx5j19KFWNZBdchJ9G+Y87VEMF6Q+FWer3 3VtFG9B4NoJlQ8h2fUeId6yxldpL1gxiC0S59Fnz8HR8fkSAjvS4mSNuR7I8pIkxWM3I ddJUYncobf5S8q4+AZYYXQjznsiXl0vCcV2aTxqF/JJq0HJBUBscbGcuSLxIuwJ5RQ3x 0QtOiqcu94rN8dH2aJAROP1rA986KialLvCXSGnH5EexOIsp1qrnAmNlfYnWBVx0clN+ jOdA== X-Received: by 10.180.20.233 with SMTP id q9mr38997120wie.75.1427297597748; Wed, 25 Mar 2015 08:33:17 -0700 (PDT) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id hl15sm21155883wib.3.2015.03.25.08.33.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Mar 2015 08:33:17 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: <83iodppx3a.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e 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:184230 Archived-At: On 03/25/2015 05:36 AM, Eli Zaretskii wrote: > Then perhaps after a commit "C-x v v" should do a "git show", and > allow to push from the buffer that displays HEAD? Showing the last commit is not enough; the push command should account for all unpushed commits. Showing the messages of each, as well as diffstats (the lists of midified files) would be enough, I think. But an ability to quickly jump to each diff would be also valuable. Magit deals with that by displaying a list of all local commits (just the summary lines) not yet pushed to the remove in a separate section in the magit-status buffer. Which is not bad, but we might prefer to show the full messages (and in a different buffer), to encourage the user to double-check for typos, etc, for the automated ChangeLog files.