Skip to content

Missing Rebase/Cherry picking state information in git status result #1029

Open
@TulshiDas39

Description

@TulshiDas39

Thanks all for the great project.

I am using simple-git version: 3.10.0 .
Command:
const status = await simpleGit(options).status();

In the status result I don't find any information to check if the there is any rebase and cherry pick task is in progress or not.

While reabase is in progress the git status command show below line in git bash:
"interactive rebase in progress; onto [hash]"
And similarly something while running cherry pick.

Expectation:
I am expecting two boolean properties such as "rebasing" for rebase and "cherryPicking" for cherry pick state in status result object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions