Based on current logic, even if versioncontrol returned no branches, the groups are created, and since the array with the groups is checked, we end up never showing "empty repository" messages.

Comments

marvil07’s picture

Status: Active » Needs review
StatusFileSize
new979 bytes
helmo’s picture

Status: Needs review » Fixed
marvil07’s picture

That was fast :-), thank you.

BTW maybe you want to use git am for the next time you need to apply a git patch with metadata like the one here ;-)

helmo’s picture

Yes, the commit attribution would have been better.

I got used to using patch as git apply often rejects patches, that don't match 100%, without feedback :(

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f32a93e on 7.x-1.x, 7.x-1.x-dev by helmo:
    Issue #2004190 by marvil07: Fixed Prevent showing empty branch groups.