From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.devel Subject: Re: master has switched from Automake to GNU Make Date: Sat, 25 Mar 2017 17:46:42 +0100 Message-ID: <87y3vte231.fsf@luca> References: <58CB9F6B.5080806@gmx.at> <83h92sz2j9.fsf@gnu.org> <58CBAEB7.5030601@gmx.at> <58CBBC6C.8000104@gmx.at> <58D380FF.1070103@gmx.at> <58D3C84E.5080808@gmx.at> <58D4E0D6.2070101@gmx.at> <86mvcap85t.fsf@stephe-leake.org> <58D637CD.1020902@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1490460479 460 195.159.176.226 (25 Mar 2017 16:47:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 25 Mar 2017 16:47:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: Stephen Leake , emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 25 17:47:56 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1croqy-0007XC-1b for ged-emacs-devel@m.gmane.org; Sat, 25 Mar 2017 17:47:48 +0100 Original-Received: from localhost ([::1]:37985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cror4-00051l-7W for ged-emacs-devel@m.gmane.org; Sat, 25 Mar 2017 12:47:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1croqD-0004yp-Rh for emacs-devel@gnu.org; Sat, 25 Mar 2017 12:47:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1croqA-0007ZF-MW for emacs-devel@gnu.org; Sat, 25 Mar 2017 12:47:01 -0400 Original-Received: from gateway-a.fh-trier.de ([143.93.54.181]:40295) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1croqA-0007Up-BL for emacs-devel@gnu.org; Sat, 25 Mar 2017 12:46:58 -0400 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier (RZ/HT)] Original-Received: from localhost (ip5f5bdecf.dynamic.kabel-deutschland.de [95.91.222.207]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: politza) by gateway-a.fh-trier.de (Postfix) with ESMTPSA id C7F9D179B614; Sat, 25 Mar 2017 17:46:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=hochschule-trier.de; s=default; t=1490460402; bh=xUIUyNqnvkPyVRRFvyIV3PN5FsI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=ebgjWln7lnFp/ci11yQuuNJX8BTfZBYGmf5r12q9fwI32gAaJxLL1Pnxh5Npi2MgE swA0FLmsQ5mfMGreV3b3jqIX2/SZJpn6wKHULm2msASzQ70Tz2+MNrJEzOjjH/TGKl Cla3ecDapcAflyHWz9b4/YXbBMPip6s8woDPW/HE= In-Reply-To: <58D637CD.1020902@gmx.at> (martin rudalics's message of "Sat, 25 Mar 2017 10:26:37 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 143.93.54.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:213343 Archived-At: martin rudalics writes: > With that recommendation people could tell themselves "who cares anyway" > and leave the history alone. But if we supply a tool that allows people > to hide that they used that tool wrong, then we also supply the social > pressure on people to hide whatever they've done wrong. Look what clean > history the others got. I already feel the pressure ;-) I frequently create an experimental branch, where I, at least initially, just commit everything with a message of WIP (sometimes I use sdfkd), e.g. in case I need to checkout a different branch. -ap