From: Ilya Grigoriev Date: Sun, 3 Aug 2025 04:59:24 +0000 (-0700) Subject: gitk: Mention globs in description of preference to hide custom refs X-Git-Tag: v2.51.0-rc1~10^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98a5b8564485ab300cfd743bdc5a4de7ba2f773b;p=thirdparty%2Fgit.git 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 --- diff --git a/gitk b/gitk index bba6561ed8..3b6acfc592 100755 --- a/gitk +++ b/gitk @@ -11683,7 +11683,7 @@ proc prefspage_general {notebook} { ttk::entry $page.refstohide -textvariable refstohide ttk::frame $page.refstohidef - ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated)" ] + ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated globs)" ] pack $page.refstohidef.l -side left pack configure $page.refstohidef.l -padx 10 grid x $page.refstohidef $page.refstohide -sticky ew