Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5784030ybi; Tue, 4 Jun 2019 12:10:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqw//dmDgwE9NgTfsPypg0p8E9PpM/0Iup8VmKKDm22vFocyt9IibAzs4QLMpdithpCeNZlD X-Received: by 2002:a62:1b0c:: with SMTP id b12mr39166826pfb.230.1559675403105; Tue, 04 Jun 2019 12:10:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559675403; cv=none; d=google.com; s=arc-20160816; b=LZIp1tMO56sfG8drD+Kf83961pxAnT+t8ZSP5H9gd/UUl3S0BCElt0t5Vwj0iWiQTr OEbB/euUX3NN8CIxvczUJPVA0d3ro333q3jIsG2VyOtOn3bSiYESGuU3aX8//Ns/p0CH WT/pPPpOn8oKld5jf+SpZKfsV6L/GvxMGulK5aa+pO5gMuhwt4DpZb6Ho+t7pfORmfFd kEZ2Q7Z5nbCFknC1p2SS9Xc8lADsTOY1GRVgRbjUoo1aLbWOnON5W3AAE+PHw9T8/HF6 0KewmVXyDuyzKH9dpEdrwohBuV1oNnoqubClz4o/CEnc+IHvR3BssbQfFhY3txJ1OeCl 7hqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=HfwdF1012GvBFjP2WlXL+FVvYdGwgwWhGDB87CdvWFw=; b=DmUt1CEgL6Y2cp3qDBieuOjLIG6Xj8pP4pieRiPO7zGLdrXFfZ8UuF2b9v5H04TUvz U4qYP54XgKz11Go9S/lPQhv4XvO+YLAvOKyhaJNOC9tQ3mgn9/pbkTnLhLR9n3PlCFz8 HeTVJkwcHG/btKaOaBiZ1++Z/df0Eh9KbceuX5rJcWbLw4IhRbr9HEbQXS07WnSDBxL+ TgUb+z1JMPPPs3iX/Y1JByHy9xF2C/vwFNsj//kNa8vQr38A0uExSaUYmJFUbKHwzMfl FAub2pQBBjPFWGBZKgfzlaxpG8oeVxyMNu5RBPpXNs7TtaDd+R0VipXcCI0cZWl+xGIv 2tUQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 12si24655043pfh.109.2019.06.04.12.09.45; Tue, 04 Jun 2019 12:10:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726295AbfFDTIj (ORCPT + 99 others); Tue, 4 Jun 2019 15:08:39 -0400 Received: from ms.lwn.net ([45.79.88.28]:56986 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbfFDTIj (ORCPT ); Tue, 4 Jun 2019 15:08:39 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id EFEA07DE; Tue, 4 Jun 2019 19:08:38 +0000 (UTC) Date: Tue, 4 Jun 2019 13:08:37 -0600 From: Jonathan Corbet To: "Theodore Ts'o" Cc: Linus Torvalds , LKML , linux-doc@vger.kernel.org Subject: Re: [PATCH RFC] Rough draft document on merging and rebasing Message-ID: <20190604130837.24ea1d7b@lwn.net> In-Reply-To: <20190601154248.GA17800@mit.edu> References: <20190530135317.3c8d0d7b@lwn.net> <20190601154248.GA17800@mit.edu> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 1 Jun 2019 11:42:48 -0400 "Theodore Ts'o" wrote: > Finally, I'm bit concerned about anything which states absolutes, > because there are people who tend to be real stickler for the rules, > and if they see something stated in absolute terms, they fail to > understand that there are exceptions that are well understood, and in > use for years before the existence of the document which is trying to > codify best practices. Hence the "there are exceptions" text at the bottom of the document :) Anyway, I'll rework it to try to take your comments into account. Maybe we should consistently say "rebasing" for changing the parent commit of a patch set, and "history modification" for the other tricks...? Thanks for taking a look, jon