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: How to switch Git branches with VC? Date: Thu, 20 Nov 2014 19:03:46 +0200 Message-ID: <83oas16byl.fsf@gnu.org> References: <83mw7oa3up.fsf@gnu.org> <86h9xwnww0.fsf@yandex.ru> <831toz826d.fsf@gnu.org> <546E1024.5020707@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416503073 12740 80.91.229.3 (20 Nov 2014 17:04:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2014 17:04:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 20 18:04:26 2014 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 1XrV9c-0005r6-4r for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2014 18:04:24 +0100 Original-Received: from localhost ([::1]:36398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrV9b-0000Pg-MZ for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2014 12:04:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrV99-0000I7-1L for emacs-devel@gnu.org; Thu, 20 Nov 2014 12:04:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrV92-0007sA-95 for emacs-devel@gnu.org; Thu, 20 Nov 2014 12:03:54 -0500 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:54999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrV92-0007rk-20 for emacs-devel@gnu.org; Thu, 20 Nov 2014 12:03:48 -0500 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NFC00G00KIYFV00@mtaout26.012.net.il> for emacs-devel@gnu.org; Thu, 20 Nov 2014 19:02:18 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFC00AF3KNU0Y60@mtaout26.012.net.il>; Thu, 20 Nov 2014 19:02:18 +0200 (IST) In-reply-to: <546E1024.5020707@yandex.ru> 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.182 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:177882 Archived-At: > Date: Thu, 20 Nov 2014 18:00:36 +0200 > From: Dmitry Gutov > CC: emacs-devel@gnu.org > > > But I really think we should have a set of VC > > commands that deal with branches: create them, switch to them, remove > > them, etc. > > Indeed. Maybe less related, but we could also use a 'merge' command and > an 'amend' command (which is a fairly normal action when working on a > branch, and will become more important when change logs are generated > from commit messages). Agreed. Any takers?