We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fdbd4 commit c00c630Copy full SHA for c00c630
src/webviews/apps/plus/graph/graph-header.ts
@@ -933,7 +933,12 @@ export class GlGraphHeader extends SignalWatcher(LitElement) {
933
Favorited Branches
934
<gl-tooltip placement="right" slot="suffix">
935
<code-icon icon="info"></code-icon>
936
- <span slot="content"> Shows only branches that have been starred as favorites </span>
+ <span slot="content">
937
+ Shows only branches that have been starred as favorites
938
+ <br />
939
940
+ <i>Also includes the current branch</i>
941
+ </span>
942
</gl-tooltip>
943
</sl-option>
944
</sl-select>
0 commit comments