Merge branch 'docglobs' of github.com:ilyagr/gitk

* 'docglobs' of github.com:ilyagr/gitk:
  gitk: Mention globs in description of preference to hide custom refs

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
Johannes Sixt
2025-08-04 18:20:32 +02:00

2
gitk
View File

@@ -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