]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
rebase: add a config option for --no-fork-point
authorAlex Henrie <alexhenrie24@gmail.com>
Tue, 23 Feb 2021 07:18:40 +0000 (00:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2021 19:49:10 +0000 (11:49 -0800)
commit2803d800d2268cde4b932fab38dffe6712d86d16
treeaae5cf2cb87a03428119bcce9fbb63d1fd2e53db
parent66e871b6647ffea61a77a0f82c7ef3415f1ee79c
rebase: add a config option for --no-fork-point

Some users (myself included) would prefer to have this feature off by
default because it can silently drop commits.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/rebase.txt
builtin/rebase.c
t/t3431-rebase-fork-point.sh