Open
Description
Describe the bug
With packages git
and git-subtree
installed, the git subtree
command does not work.
The missing file is /usr/libexec/git-core/git-subtree.
I believe the git-subtree package is incorrect. It installs /usr/libexec/git-core/git-merge-subtree which is already installed by the git package. Instead it should install /usr/libexec/git-core/git-subtree as well as a man page.
To Reproduce
Steps to reproduce the behavior:
sudo tdnf install git git-subtree
git subtree
Expected behavior
the subtree command runs. Instead git reports an error that there is no subtree command.