From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E969C2D0D6 for ; Mon, 23 Dec 2019 18:50:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D41FC2073A for ; Mon, 23 Dec 2019 18:50:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="YMe18cza" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726899AbfLWSuK (ORCPT ); Mon, 23 Dec 2019 13:50:10 -0500 Received: from mail-ed1-f65.google.com ([209.85.208.65]:33967 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726787AbfLWSuK (ORCPT ); Mon, 23 Dec 2019 13:50:10 -0500 Received: by mail-ed1-f65.google.com with SMTP id l8so16132844edw.1 for ; Mon, 23 Dec 2019 10:50:08 -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=lhCCZYi0B8Y5DKm/BdvSQpxajRpqO1GMbHDyvaMtn7g=; b=YMe18cza7mPddi0OZs6CyEi5qo9FPfU99XNCPxBZX5Lud+HFT9Xb5shVB3OEBhE1Sp r2V33j7cz35uB/nOmqCG8I5FQN0Jyn1wj+r7rXrSJmsNkNlJ7mKGeqpudhIHac4zXZwk p9lxYAPMYlZGsG4MnzshEYNUyUWfwZ5tD4DiRdtE8QxnDbPaxt+Vg1RHnk2f0EqQQUMl KrcCqRVhyNIBEPATQZbiNngMuZrYG0IgbCyzhl80eaCNTJOtX57YFESiAonmj8GNmrYj F44vUymLI3qxz1rCT0c+VZFDECYHV4x5kuQa3eV3MfMUfsyEJ9cgb90jGRIErJOhmdIX lpSg== 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=lhCCZYi0B8Y5DKm/BdvSQpxajRpqO1GMbHDyvaMtn7g=; b=Sj9X97tjZd2wN+yYxgttsCzw96AjonB5BAo98NivQJ5kyAyJiUdgRWLv/4OQB2bnZQ pSrpfrevKvYSvO+02URJ1csN8aWWIFCLj1ZXMOFwNMpjcC88ffhHFgNizDXyhy4gWx93 lcVeqXVrYuy2lo7Au5NcILIkfHP3I5OTkOKC8GpZjl3p0KsWdjDZSDrMsPp/IgcFqg9q JVaSUlF76SKFpuEL2Fy3xeGJjY+qOy1k5rnfVBBd1NTW71oyiawYfND6vKUv7mDz/6HR 9drubzRK0BVUjl3IuwdAe43e8AK+w9mFqDhKfYHmIO2OGuJYGlzzVGJQwi/zRlpuMkzU kEeA== X-Gm-Message-State: APjAAAWtgUvv5yby3mTWcv68dRWK53x6wsN+gG4NmX+X2xK4BgJVXPXL n6ZvoiXcyAPD4QKUZ+TNsNdt/b18 X-Google-Smtp-Source: APXvYqwrnvI9sqEwFD7BIj9Vxb/bNtVgbcfW/IcejGoBdZJWjvPAo9tAdUKAy/ghU+oYJUbo1DEvLw== X-Received: by 2002:aa7:d99a:: with SMTP id u26mr34342548eds.183.1577127007114; Mon, 23 Dec 2019 10:50:07 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id ay8sm2420564ejb.6.2019.12.23.10.50.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Dec 2019 10:50:06 -0800 (PST) Message-Id: In-Reply-To: References: From: "Elijah Newren via GitGitGadget" Date: Mon, 23 Dec 2019 18:49:52 +0000 Subject: [PATCH v2 08/15] git-rebase.txt: add more details about behavioral differences of backends Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, Junio C Hamano , 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 | 102 +++++++++++++++++++++--- t/t3433-rebase-options-compatibility.sh | 5 +- 2 files changed, 94 insertions(+), 13 deletions(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index ff32ca1080..f1ace07c38 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -409,13 +409,10 @@ your branch contains commits which were dropped, this option can be used with `--keep-base` in order to drop those commits from your branch. --ignore-whitespace:: - Behaves differently depending on which backend is selected. -+ -'am' backend: When applying a patch, ignore changes in whitespace in -context lines if necessary. -+ -'interactive' backend: Treat lines with only whitespace changes as -unchanged for the sake of a three-way merge. + Ignore whitespace-only changes in the commits being rebased, + which may avoid "unnecessary" conflicts. (Both backends + currently have differing edgecase bugs with this option; see + BEHAVIORAL DIFFERENCES.) --whitespace=