Skip to content

Conversation

@markusreil
Copy link

@markusreil markusreil commented Oct 15, 2025

Fixes #403

The plugin breaks when "column.branch=column" is configured and cannot get the current branch.
Using "git branch --no-column" fixes this.

Also, the tests assume that the initial branch is "master" and break when "init.defaultbranch" is configured.
Adding "--initial-branch=master" fixes this.

The plugin breaks when "column.branch=column" is configured and cannot
get the current branch.
Using "git branch --no-column" fixes this.

Also, the tests assume that the initial branch is "master" and break when
"init.defaultbranch" is configured.
Adding "--initial-branch=master" fixes this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gitCurrentBranch() fails when "column.branch=column" is configured

1 participant