gitk: Mention globs in description of preference to hide custom refs

This clarifies that one has to enter e.g. `jj/keep/*` and not just `jj/keep`. Follows up on 2441e19. Signed-off-by: Ilya Grigoriev <ilyagr@users.noreply.github.com>

Ilya Grigoriev committed Aug 2, 2025 at 21:59 UTC 98a5b8564485ab300cfd743bdc5a4de7ba2f773b
1 file changed +1 -1
gitk
+1 -1
@@ -11683,7 +11683,7 @@ proc prefspage_general {notebook} {
11683
11684 ttk::entry $page.refstohide -textvariable refstohide
11685 ttk::frame $page.refstohidef
11686 - ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated)" ]
11686 + ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated globs)" ]
11687 pack $page.refstohidef.l -side left
11688 pack configure $page.refstohidef.l -padx 10
11689 grid x $page.refstohidef $page.refstohide -sticky ew