]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rebase.txt
Document `rebase.forkpoint` in rebase man page
authorWesley Schwengle <wesley@opperschaap.net>
Thu, 16 Sep 2021 22:46:03 +0000 (18:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 16:05:48 +0000 (09:05 -0700)
commitd1e894c6d7061098ef5e51ff2e4c205adfbaa117
tree4b58ceb1600943b1bbc4fb020ec10d4337614055
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
Document `rebase.forkpoint` in rebase man page

The configuration option `rebase.forkpoint' is only mentioned in the man
page of git-config(1). Since it is a configuration for rebase, mention
it in the documentation of rebase at the --fork-point/--no-fork-point
section. This will help users set a preferred default for their
workflow.

Signed-off-by: Wesley Schwengle <wesley@opperschaap.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt