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: Sun, 29 Mar 2015 15:19:45 +0900 (JST) Message-ID: <20150329.151945.1357960544249460844.tkk@misasa.okayama-u.ac.jp> References: <87iodkkclu.fsf@uwakimon.sk.tsukuba.ac.jp> 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 1427610143 16537 80.91.229.3 (29 Mar 2015 06:22:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Mar 2015 06:22:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 29 08:22:04 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 1Yc6bd-0006Ho-Mp for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2015 08:21:57 +0200 Original-Received: from localhost ([::1]:56126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yc6bc-0000hy-KZ for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2015 02:21:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yc6bZ-0000gf-OS for emacs-devel@gnu.org; Sun, 29 Mar 2015 02:21:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yc6bW-0000Lc-Eu for emacs-devel@gnu.org; Sun, 29 Mar 2015 02:21:53 -0400 Original-Received: from scmgateway1.cc.okayama-u.ac.jp ([42.127.236.165]:24305) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Yc6bV-0000LQ-UO for emacs-devel@gnu.org; Sun, 29 Mar 2015 02:21:50 -0400 Original-Received: from (unknown [42.127.236.168]) by scmgateway1.cc.okayama-u.ac.jp with smtp id 3c7c_2340_7160c7b6_d5da_11e4_8f4e_b8ac6f11539b; Sun, 29 Mar 2015 15:11:30 +0900 Original-Received: from localhost (vesta.misasa.okayama-u.ac.jp [150.46.48.154]) by alml002.ouadm.okayama-u.ac.jp (Postfix) with ESMTPSA id 31BCE4C095F for ; Sun, 29 Mar 2015 15:21:42 +0900 (JST) In-Reply-To: <87iodkkclu.fsf@uwakimon.sk.tsukuba.ac.jp> X-Mailer: Mew version 6.6 on Emacs 24.4 / 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:184501 Archived-At: > It occured to me last night that to me the git-ish DWIM in the > circumstance "last action commit && no changes to commit" would be to > prompt for a branch name and do "git checkout -b". I think this is a good idea. Maybe another option to be "git push"?