From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master e820f16: Added file-tree-walk to files.el. Date: Wed, 3 Dec 2014 18:36:50 +0000 (UTC) Message-ID: References: <20141203142859.24393.98673@vcs.savannah.gnu.org> <87tx1cu1nm.fsf@zigzag.favinet> <83egsg61yq.fsf@gnu.org> 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 1417631856 13270 80.91.229.3 (3 Dec 2014 18:37:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2014 18:37:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 03 19:37:30 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 1XwEnp-0005vM-Kr for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2014 19:37:29 +0100 Original-Received: from localhost ([::1]:42866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwEnp-0004kQ-9m for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2014 13:37:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwEnW-0004kK-H3 for emacs-devel@gnu.org; Wed, 03 Dec 2014 13:37:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwEnQ-00050w-J1 for emacs-devel@gnu.org; Wed, 03 Dec 2014 13:37:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:40797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwEnQ-00050p-CV for emacs-devel@gnu.org; Wed, 03 Dec 2014 13:37:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XwEnP-0005hq-G6 for emacs-devel@gnu.org; Wed, 03 Dec 2014 19:37:03 +0100 Original-Received: from 188-143-111-163.pool.digikabel.hu ([188.143.111.163]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Dec 2014 19:37:03 +0100 Original-Received: from adatgyujto by 188-143-111-163.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Dec 2014 19:37:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 188.143.111.163 (Mozilla/5.0 (Windows NT 6.1; rv:33.0) Gecko/20100101 Firefox/33.0) 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:178744 Archived-At: Eli Zaretskii gnu.org> writes: > > > > Otherwise, you will have to continue to play babysitter, and > > (i think my fellow babysitters will concur) that's not so much > > fun after the Nth "accident"... > > There's an easier way: after Nth accident, revoke the write access to > the repo. > There is a better way. Git like other VC tools has precommit hooks. Just add a script which checks the commit message and if there is no proper changeLog-formatted entry in the commit message then it rejects the commit.