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 10:57:25 +0100 Organization: Probably a good idea Message-ID: References: <86egoeusg2.fsf@example.com> <86d23xe9bd.fsf@example.com> <86zj71ct2z.fsf@example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427277461 12364 80.91.229.3 (25 Mar 2015 09:57:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 09:57:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 10:57:32 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 1Yai41-0005CB-OF for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 10:57:29 +0100 Original-Received: from localhost ([::1]:37359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yai41-0008QL-8a for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 05:57:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yai3l-0008Pw-Tv for emacs-devel@gnu.org; Wed, 25 Mar 2015 05:57:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yai3i-0000jh-DW for emacs-devel@gnu.org; Wed, 25 Mar 2015 05:57:13 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yai3i-0000jN-7x for emacs-devel@gnu.org; Wed, 25 Mar 2015 05:57:10 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yai3b-0004tg-LW for emacs-devel@gnu.org; Wed, 25 Mar 2015 10:57:03 +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 10:57:03 +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 10:57:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 14 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:XU2ZB8MjAjvcFNeQvMICePIIO0c= 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:184211 Archived-At: >>>>> Sebastien Vauban : > Though, I'm dreaming of using one and only one interface for the > common backends I'm using (currently SVN and Git). An understandable desire: my fingers picked up the vc-* command sequences way back on vc-rcs.el and vc-cvs.el and I'm really happy that they still work on vc-git.el (and vc-svn.el and even vc-hg.el and vc-bzr.el when I've had to look at projects managed by these). But at the same time I've always used something other (and something not distributed with emacs) for the directory/multi file commits: pcl-cvs for CVS and svn-status (from psvn) for svn... so using magit here doesn't feel so strange.