Skip to content

Commit 98a5b85

Browse files
committed
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 <[email protected]>
1 parent 148e914 commit 98a5b85

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)