From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Wed, 25 Mar 2015 20:04:21 +0200 Message-ID: <83wq25neca.fsf@gnu.org> References: <86egoeusg2.fsf@example.com> <83pp7yp5po.fsf@gnu.org> <5511D489.9010007@yandex.ru> <83iodppx3a.fsf@gnu.org> <5512D53A.7020506@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427306722 10958 80.91.229.3 (25 Mar 2015 18:05:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 18:05:22 +0000 (UTC) Cc: sva-news@mygooglest.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 19:05:14 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 1Yapg1-0002FM-1T for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 19:05:13 +0100 Original-Received: from localhost ([::1]:40616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yapg0-0005Y4-7v for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 14:05:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yapfk-0005Xw-Me for emacs-devel@gnu.org; Wed, 25 Mar 2015 14:04:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yapfg-0005mg-A4 for emacs-devel@gnu.org; Wed, 25 Mar 2015 14:04:56 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:59065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yapfg-0005jO-1C for emacs-devel@gnu.org; Wed, 25 Mar 2015 14:04:52 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NLS00A004LDCM00@mtaout29.012.net.il> for emacs-devel@gnu.org; Wed, 25 Mar 2015 20:01:30 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLS001KD4QHNB80@mtaout29.012.net.il>; Wed, 25 Mar 2015 20:01:30 +0200 (IST) In-reply-to: <5512D53A.7020506@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:184245 Archived-At: > Date: Wed, 25 Mar 2015 17:33:14 +0200 > From: Dmitry Gutov > CC: sva-news@mygooglest.com, emacs-devel@gnu.org > > 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. I agree.