mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
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 <ilyagr@users.noreply.github.com>
This commit is contained in:
parent
148e914f77
commit
98a5b85644
2
gitk
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user