Skip to content

Commit 93ff79e

Browse files
committed
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 <[email protected]>
2 parents 148e914 + 98a5b85 commit 93ff79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11683,7 +11683,7 @@ proc prefspage_general {notebook} {
1168311683
1168411684
ttk::entry $page.refstohide -textvariable refstohide
1168511685
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)" ]
1168711687
pack $page.refstohidef.l -side left
1168811688
pack configure $page.refstohidef.l -padx 10
1168911689
grid x $page.refstohidef $page.refstohide -sticky ew

0 commit comments

Comments
 (0)