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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-Issue-2004190-by-marvil07-Prevents-showing-empty-bra.patch | 979 bytes | marvil07 |
Comments
Comment #1
marvil07 commentedComment #2
helmo commentedCommitted, thanks.
Tested on: http://git-drupal_7.redesign.devdrupal.org/project/whois/git-instructions
Comment #3
marvil07 commentedThat was fast :-), thank you.
BTW maybe you want to use
git amfor the next time you need to apply a git patch with metadata like the one here ;-)Comment #4
helmo commentedYes, 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 :(