Skip to content

git subtree does not work #13907

Open
Open
@qbradley

Description

@qbradley

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:

  1. sudo tdnf install git git-subtree
  2. git subtree

Expected behavior
the subtree command runs. Instead git reports an error that there is no subtree command.

Metadata

Metadata

Assignees

Labels

3.0-devPRs Destined for AzureLinux 3.0bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions