rebase: fix formatting of rebase --reapply-cherry-picks option in docs
commit9a7d7ce9f6329e9455dc1c6b6c83e1409efef28b
authorElijah Newren <newren@gmail.com>
Wed, 25 Jan 2023 04:03:52 +0000 (25 04:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jan 2023 17:20:53 +0000 (25 09:20 -0800)
treed30a109e5356f81aba7fe8b89755fc7cc288aa0f
parent925360041ca192b5dd052e5c4dceba1418e6678c
rebase: fix formatting of rebase --reapply-cherry-picks option in docs

Commit ce5238a690 ("rebase --keep-base: imply --reapply-cherry-picks",
2022-10-17) accidentally added some blank lines that cause extra
paragraphs about --reapply-cherry-picks to be considered not part of
the documentation of that option.  Remove the blank lines to make it
clear we are still discussing --reapply-cherry-picks.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt