From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tak Kunihiro Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Thu, 26 Mar 2015 08:50:03 +0900 (JST) Message-ID: <20150326.085003.437802524.tkk@misasa.okayama-u.ac.jp> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427327455 4199 80.91.229.3 (25 Mar 2015 23:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 23:50:55 +0000 (UTC) Cc: tak.kunihiro@gmail.com To: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 26 00:50:44 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 1Yav4N-0006tc-RP for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2015 00:50:43 +0100 Original-Received: from localhost ([::1]:41904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yav4N-0004dq-61 for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 19:50:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yav43-0004da-HK for emacs-devel@gnu.org; Wed, 25 Mar 2015 19:50:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yav3z-0001jr-EG for emacs-devel@gnu.org; Wed, 25 Mar 2015 19:50:23 -0400 Original-Received: from scmgateway1.cc.okayama-u.ac.jp ([42.127.236.165]:9073) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Yav3y-0001j7-Sk; Wed, 25 Mar 2015 19:50:19 -0400 Original-Received: from (unknown [42.127.236.168]) by scmgateway1.cc.okayama-u.ac.jp with smtp id 0802_1907_887e3610_d349_11e4_80d7_b8ac6f129aa6; Thu, 26 Mar 2015 08:49:10 +0900 Original-Received: from localhost (susanoh.misasa.okayama-u.ac.jp [150.46.48.98]) by alml002.ouadm.okayama-u.ac.jp (Postfix) with ESMTPSA id 6BDEC4C089C; Thu, 26 Mar 2015 08:50:05 +0900 (JST) In-Reply-To: X-Mailer: Mew version 6.6 on Emacs 24.4.91 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 42.127.236.165 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:184271 Archived-At: > > I think that the real conclusion of the discussion is: shouldn't vc-dir > > have a command to push? And, to that, I guess most of us would answer > > yes, right? > > C-x v v should do a full commit, comparable to what it does for > other vc systems. I have the same opinion. One realistic discussion is about `default' value for following. (defcustom vc-git-push-on-commit) Advantage to use vc-mode for me is to have consistent interface to both subversion and git. For me `t' seems more appropriate.