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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 37355C433EF for ; Thu, 16 Sep 2021 22:35:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1ECA161164 for ; Thu, 16 Sep 2021 22:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240995AbhIPWhR (ORCPT ); Thu, 16 Sep 2021 18:37:17 -0400 Received: from lxh-heta-043.node.capitar.com ([159.69.137.90]:8412 "EHLO lxh-heta-043.node.capitar.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234419AbhIPWhQ (ORCPT ); Thu, 16 Sep 2021 18:37:16 -0400 Received: from lxh-heta-043.node.capitar.com (localhost [127.0.0.1]) by eur-mail-proxy-p02.zt.capitar.com (Postfix) with ESMTPS id 836A41AEF9; Fri, 17 Sep 2021 00:35:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by eur-mail-proxy-p02.zt.capitar.com (Postfix) with ESMTP id CE5AF1B330; Fri, 17 Sep 2021 00:35:53 +0200 (CEST) Received: from lxh-heta-043.node.capitar.com ([127.0.0.1]) by localhost (eur-mail-proxy-p02.zt.capitar.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id jWaPYX_Y_Krf; Fri, 17 Sep 2021 00:35:53 +0200 (CEST) Received: from neptune.setarnet.aw (unknown [186.189.145.201]) by eur-mail-proxy-p02.zt.capitar.com (Postfix) with ESMTPSA id E14901B0C5; Fri, 17 Sep 2021 00:35:51 +0200 (CEST) From: wesley@schwengle.net To: gitster@pobox.com Cc: git@vger.kernel.org, me@ttaylorr.com Subject: [PATCH] Document `rebase.forkpoint` in rebase man page Date: Thu, 16 Sep 2021 18:35:28 -0400 Message-Id: <20210916223528.2910292-2-wesley@schwengle.net> X-Mailer: git-send-email 2.33.0.364.gff7047fb76 In-Reply-To: <20210916223528.2910292-1-wesley@schwengle.net> References: <20210916223528.2910292-1-wesley@schwengle.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=U7vs8tju c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=NgX6OPfPqt74TpVTvcPRng==:17 a=7QKq2e-ADPsA:10 a=N3miCFJ7AAAA:8 a=hSZ6u2rxkKINWkIZw88A:9 a=V5H4rQgsk92nlYCD-KPC:22 Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Wesley Schwengle The option exists and the rebase behaviour tricked me into thinking there was a bug with git. This will tell people how they can tweak the default behavior. Signed-off-by: Wesley Schwengle --- Documentation/git-rebase.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 506345cb0e..8d2bee3365 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -446,7 +446,8 @@ When --fork-point is active, 'fork_point' will be use= d instead of ends up being empty, the will be used as a fallback. + If is given on the command line, then the default is -`--no-fork-point`, otherwise the default is `--fork-point`. +`--no-fork-point`, otherwise the default is `--fork-point`. You can over= ride +this default by setting the configuration option `rebase.forkpoint` to f= alse. + If your branch was based on but was rewound and your branch contains commits which were dropped, this option can be used --=20 2.33.0.364.gff7047fb76