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 05:34:40 +0200 Message-ID: <83k2y5px67.fsf@gnu.org> References: <86egoeusg2.fsf@example.com> <83pp7yp5po.fsf@gnu.org> <2FB562E4-0EA0-456E-9819-A11D9C6CD069@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1427254510 18010 80.91.229.3 (25 Mar 2015 03:35:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 03:35:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 04:35:01 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 1Yac5s-0000qu-EW for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 04:35:00 +0100 Original-Received: from localhost ([::1]:35990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yac5r-0007aT-Jz for ged-emacs-devel@m.gmane.org; Tue, 24 Mar 2015 23:34:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yac5n-0007aO-PL for emacs-devel@gnu.org; Tue, 24 Mar 2015 23:34:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yac5i-0005Jm-Pn for emacs-devel@gnu.org; Tue, 24 Mar 2015 23:34:55 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:41977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yac5i-0005H1-IG for emacs-devel@gnu.org; Tue, 24 Mar 2015 23:34:50 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NLR00I000GY8R00@mtaout28.012.net.il> for emacs-devel@gnu.org; Wed, 25 Mar 2015 05:33:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLR00GJ80JRO010@mtaout28.012.net.il>; Wed, 25 Mar 2015 05:33:27 +0200 (IST) In-reply-to: <2FB562E4-0EA0-456E-9819-A11D9C6CD069@gmail.com> 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.184 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:184193 Archived-At: > From: chad > Date: Tue, 24 Mar 2015 13:52:24 -0700 >=20 >=20 > > On 24 Mar 2015, at 12:15, Eli Zaretskii wrote: > >=20 > > A related question is: does "C-x v v" at all make sense with Git = and > > other dVCSes? If it does, what would be the DWIM cycle there? E= .g., > > would it make sense for "C-x v v" to push when the previous actio= n was > > commit and there are not uncommitted changes? >=20 > Would a question like =E2=80=9CNo changes since your last commit; p= ush last commit?=E2=80=9D be good enough? I think it's better to have a silent DWIM-ish operation, if we can find one.