]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitk: Mention globs in description of preference to hide custom refs
authorIlya Grigoriev <ilyagr@users.noreply.github.com>
Sun, 3 Aug 2025 04:59:24 +0000 (21:59 -0700)
committerIlya Grigoriev <ilyagr@users.noreply.github.com>
Mon, 4 Aug 2025 02:27:33 +0000 (19:27 -0700)
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>
gitk

diff --git a/gitk b/gitk
index bba6561ed8cae210e3ffa3c353b88213e7b30a2e..3b6acfc5922086f59b499e83db83404f93a2638c 100755 (executable)
--- 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