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: Fri, 27 Mar 2015 22:39:13 +0900 (JST) Message-ID: <20150327.223913.250959558.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 1427463602 6817 80.91.229.3 (27 Mar 2015 13:40:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2015 13:40:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 27 14:39:50 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 1YbUUE-0005D2-Dv for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2015 14:39:46 +0100 Original-Received: from localhost ([::1]:50297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbUU8-0001uq-S7 for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2015 09:39:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbUTv-0001uZ-NZ for emacs-devel@gnu.org; Fri, 27 Mar 2015 09:39:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbUTs-0002hF-Hv for emacs-devel@gnu.org; Fri, 27 Mar 2015 09:39:27 -0400 Original-Received: from scmgateway1.cc.okayama-u.ac.jp ([42.127.236.165]:34554) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YbUTs-0002gn-1s for emacs-devel@gnu.org; Fri, 27 Mar 2015 09:39:24 -0400 Original-Received: from (unknown [42.127.236.168]) by scmgateway1.cc.okayama-u.ac.jp with smtp id 5805_0999_3f2cd970_d485_11e4_9ea3_b8ac6f11539b; Fri, 27 Mar 2015 22:29:09 +0900 Original-Received: from localhost (p4161-ipbfp403tottori.tottori.ocn.ne.jp [118.13.82.161]) by alml002.ouadm.okayama-u.ac.jp (Postfix) with ESMTPSA id 94B864C089C; Fri, 27 Mar 2015 22:39:15 +0900 (JST) In-Reply-To: X-Mailer: Mew version 6.6 on Emacs 24.5 / 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:184391 Archived-At: >> . it will be hard (or even impossible) to do a local commit without >> pushing, because the hook will always be run; you need the local >> commit for when you merge and resolve conflicts and in other >> situations > > I don't see why Richard (or someone in his situation) would ever need to > do a local commit. As you say when I use vc-mode in school, no local commit is needed because we use git regardless git or subversion. However, occasionally I want to get benefit of local commit via command line, like when I am on a long flight above Pacific ocean.