Skip to content

Commit e956a29

Browse files
committed
Always expand tags. Otherwise what's the point?
1 parent 4ccf05e commit e956a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PBGitSidebarController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ - (void)populateList
260260
[sourceView expandItem:project];
261261
[sourceView expandItem:branches expandChildren:YES];
262262
[sourceView expandItem:remotes];
263+
[sourceView expandItem:tags];
263264

264265
[sourceView reloadItem:nil reloadChildren:YES];
265266
}

0 commit comments

Comments
 (0)