From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: PROPOSAL: Move to git, now that bzr is no longer a req. Date: Sun, 05 Jan 2014 12:23:35 -0500 Message-ID: References: <20140102095347.6834E381D0C@snark.thyrsus.com> <87fvp6bdd9.fsf_-_@ktab.red-bean.com> <8761q1ljny.fsf@gmail.com> <20140103175006.GE17261@thyrsus.com> <87iou0t72n.fsf@bzg.ath.cx> <87a9fb99qg.fsf@Rainer.invalid> <877gaekes8.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388942762 29416 80.91.229.3 (5 Jan 2014 17:26:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jan 2014 17:26:02 +0000 (UTC) Cc: Achim Gratz , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 05 18:26:08 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 1VzrSi-0002nQ-61 for ged-emacs-devel@m.gmane.org; Sun, 05 Jan 2014 18:26:08 +0100 Original-Received: from localhost ([::1]:58755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzrSh-0003yF-KS for ged-emacs-devel@m.gmane.org; Sun, 05 Jan 2014 12:26:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzrQO-00085a-Em for emacs-devel@gnu.org; Sun, 05 Jan 2014 12:23:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzrQG-0002lf-Jj for emacs-devel@gnu.org; Sun, 05 Jan 2014 12:23:44 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:62055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzrQG-0002la-EL for emacs-devel@gnu.org; Sun, 05 Jan 2014 12:23:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFG4rwsm/2dsb2JhbABEvw4Xc4IfAQVWIxALNBIUGA0kiCTBLZEKA4hhnBmBXoMV X-IPAS-Result: Av4EABK/CFG4rwsm/2dsb2JhbABEvw4Xc4IfAQVWIxALNBIUGA0kiCTBLZEKA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="44100239" Original-Received: from 184-175-11-38.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([184.175.11.38]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 05 Jan 2014 12:23:35 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 208A4AE235; Sun, 5 Jan 2014 12:23:35 -0500 (EST) In-Reply-To: <877gaekes8.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Sun, 05 Jan 2014 17:34:47 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:167382 Archived-At: >> - How to do C-x 4 a when there's no ChangeLog file? > ln -s $PROJECT_ROOT/.tmp_commit_log $PROJECT_ROOT/ChangeLog > works for me in private projects. The commit alias removes > .tmp_commit_log, so I can't commit without writing a commit log > ("fatal: could not read log file '.tmp_commit_log': No such file or > directory"). Right, that's the kind of direction I'd like to go. But this .tmp_commit_log file seems to be a personal convention, so making `C-x 4 a' use such a thing by default is more difficult. Stefan