From patchwork Sat Feb 15 21:36:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Arver via GitGitGadget X-Patchwork-Id: 11384161 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E002E14E3 for ; Sat, 15 Feb 2020 21:37:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2695217F4 for ; Sat, 15 Feb 2020 21:37:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="i0MgnJpT" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727932AbgBOVhM (ORCPT ); Sat, 15 Feb 2020 16:37:12 -0500 Received: from mail-wm1-f67.google.com ([209.85.128.67]:37187 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727787AbgBOVgz (ORCPT ); Sat, 15 Feb 2020 16:36:55 -0500 Received: by mail-wm1-f67.google.com with SMTP id a6so14555151wme.2 for ; Sat, 15 Feb 2020 13:36:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=/5TWiNBQa+LnBDeU6aNAaUqHhevtYCCIHRn9vC2FzeA=; b=i0MgnJpT0THFHdTj6RTC9/65na23tIiISTWq2wtwF4bWPyiLxV4QZ399RyBVGxDT7B jvfqJuikGsg7rXq27TIF29xHWzc6cvUhtItfh67CXqJaNsYXT/drhaX1zBX3D45YVOo0 DfZetgZ1BludZLij8/O6yYLLL/rfyjygGU8a9BOQKs8Rwq22f5lMnHhOOqQzrfQHhTew G0HDfgcsE5fZUjVp1uw4lBHMTR/HsTl276hAlX35d+2JbuCSldjG64glRsh925kJwdID fdM37WKieZ/s7pLe0TIxiCLmCmkrEeIV5qTOjHYvm7qt15XvYZHTbac3EeeGCZC+8lGC m29Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=/5TWiNBQa+LnBDeU6aNAaUqHhevtYCCIHRn9vC2FzeA=; b=agMpGO29u/Xxqp3mu1D0N2C5i92CKYSu6Fu3Le6vpSa4X985WLfmCqwNZpU66+tX2l UgXAe+pC6WaluG/zbnubtCoU/Uo+V+VdZlSz/4fbi0IpcJ6stC0oZFfpVhCtbt9D8aHS m1Le7UWjRQUUa7phGWtcQa2SzHpmnr9zY5mQ8QVFYyzx/gyvVIMtW72brcbR+hszSJ06 oL9WjfdUau35LD23tH/sQ+RZ1biefrWjK0DKoN53/nxQ8FSwAxCsILLUlh6kq8ez0r0V nhCkfSNugj1KrkAhM/fStOb9xHQ3gYVROQhH4hJ9xKSZDjv+4F2KlVVNcUe8h8WRmKYx IxQQ== X-Gm-Message-State: APjAAAWnur6CKzhLb+Ta9Ve4E6qBgB7rSBBf/dsteNqevq+GbuyJW73o Xz40X6oshsFj5PGBDaxmJl+m7f9P X-Google-Smtp-Source: APXvYqwlT4gEkUR80SgEAPsMTcuSIwR8+PusrQjU1M3I6XRy1DZ9qQ0nQE6/mQqECbOi/BdZXXntEg== X-Received: by 2002:a1c:9d08:: with SMTP id g8mr11768849wme.141.1581802611544; Sat, 15 Feb 2020 13:36:51 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id p12sm12081269wrx.10.2020.02.15.13.36.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 15 Feb 2020 13:36:51 -0800 (PST) Message-Id: <11e96b9a5fab2fe18a9f97d66358febdd810d99c.1581802602.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Elijah Newren via GitGitGadget" Date: Sat, 15 Feb 2020 21:36:32 +0000 Subject: [PATCH v5 11/20] git-rebase.txt: add more details about behavioral differences of backends Fcc: Sent MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes.Schindelin@gmx.de, phillip.wood@dunelm.org.uk, liu.denton@gmail.com, gitster@pobox.com, plroskin@gmail.com, alban.gruin@gmail.com, szeder.dev@gmail.com, jrnieder@gmail.com, emilyshaffer@google.com, Elijah Newren , Elijah Newren Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Elijah Newren Signed-off-by: Elijah Newren --- Documentation/git-rebase.txt | 85 +++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 5 deletions(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index e1c6f918013..6e2569cd8a7 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -416,7 +416,7 @@ with `--keep-base` in order to drop those commits from your branch. --ignore-whitespace:: --whitespace=