mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user