git-log--graph icon indicating copy to clipboard operation
git-log--graph copied to clipboard

Release branches are not shown

Open finluke opened this issue 8 months ago • 2 comments

I've got an odd error where in a repo, GitLG doesn't show me release/* branches. If I run the git command that GitLG command runs, I see the release/* branches in the terminal. It's only happening on one particular repo here. Others show release branches.

The only difference is that in the repo, we have an unusual case where the default branch is develop.

finluke avatar Apr 25 '25 10:04 finluke

Which command are you referring to? The branches are not queried by git log, but but branch list or something like that - that's probably where the problem lies. Bit difficult to fix without a repro though :|

phil294 avatar Apr 25 '25 10:04 phil294

I just copied the command line from the gitlg ui and ran that in a terminal.

I totally understand it's hard without a repro but this is a private internal repo.

finluke avatar Apr 25 '25 10:04 finluke

Hi @finluke,

Can you make a dummy open repo in github and reproduce the issue?

ja8zyjits avatar May 18 '25 08:05 ja8zyjits

@finluke could you try again? I have changed a few things regarding branch logic in recent updates

latest version is 0.1.27

phil294 avatar Jun 29 '25 23:06 phil294