From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 11abc4a: Merge remote-tracking branch 'origin/scratch/lexical-gnus' into trunk Date: Tue, 02 Feb 2021 17:23:51 +0200 Message-ID: <83h7mu5w8o.fsf@gnu.org> References: <20210131223952.429.10439@vcs0.savannah.gnu.org> <20210131223954.A429420DF3@vcs0.savannah.gnu.org> <87pn1jx91p.fsf@gnu.org> <20210202090632.GA26805@tuxteam.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3619"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, tsdh@gnu.org To: tomas@tuxteam.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 02 16:48:11 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6xuV-0000rK-7d for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Feb 2021 16:48:11 +0100 Original-Received: from localhost ([::1]:57524 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6xuU-0004xv-6V for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Feb 2021 10:48:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6xX1-0004lF-IY for emacs-devel@gnu.org; Tue, 02 Feb 2021 10:23:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48017) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6xX1-0003bA-1P; Tue, 02 Feb 2021 10:23:55 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1672 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l6xWz-00082M-CJ; Tue, 02 Feb 2021 10:23:54 -0500 In-Reply-To: <20210202090632.GA26805@tuxteam.de> (tomas@tuxteam.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:263723 Archived-At: > Date: Tue, 2 Feb 2021 10:06:32 +0100 > From: > Cc: emacs-devel@gnu.org > > The nice thing about git is that it makes those things explicit [1]. Careful: there are those (including yours truly) who think that this is a terrible misfeature, which only benefits people with too much time on their hands and the wish to understand the innards of Git. A VCS should do its job without asking me to understand too much about its mechanics. If I want to know how it works, I will then go ahead and read on it, or even (gasp!) look at its sources.