From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Wed, 25 Mar 2015 09:48:47 +0100 Organization: Probably a good idea Message-ID: References: <20150324163714.GA27775@thyrsus.com> <83y4mmpb1n.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427273335 8030 80.91.229.3 (25 Mar 2015 08:48:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 08:48:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 09:48: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 1YagzY-00031m-Sf for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 09:48:49 +0100 Original-Received: from localhost ([::1]:36849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YagzY-0006aR-5u for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 04:48:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YagzU-0006aJ-Gk for emacs-devel@gnu.org; Wed, 25 Mar 2015 04:48:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YagzQ-00020d-2D for emacs-devel@gnu.org; Wed, 25 Mar 2015 04:48:44 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YagzP-00020H-SN for emacs-devel@gnu.org; Wed, 25 Mar 2015 04:48:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YagzJ-0002pa-4V for emacs-devel@gnu.org; Wed, 25 Mar 2015 09:48:33 +0100 Original-Received: from rainey.bang.priv.no ([212.110.185.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2015 09:48:33 +0100 Original-Received: from sb by rainey.bang.priv.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2015 09:48:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rainey.bang.priv.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:u2OHsKWjTqa8dWLUsPOL8Zx2sS4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:184201 Archived-At: >>>>> Eli Zaretskii : > Why cannot VC determine whether a branch is private or not? It can determine whether a branch is a tracking branch or not, but that's not really the question you're asking (and the question you're asking is the one others have given you the answer to). > I'm not saying I think "C-x v v" should push -- I don't -- but the > reason you bring up doesn't sound as a serious one. For me 'C-x v v' attempting to push would be a serious annoyance. If it was made configurable it would be one of the first things I would have to change in a fresh emacs and if it wasn't made configurable, I would have to fork vc-git.el and probably start with the version befor the change was introduced.