Git fork

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>

+1 -1
+1 -1
gitk
··· 11683 11684 ttk::entry $page.refstohide -textvariable refstohide 11685 ttk::frame $page.refstohidef 11686 - ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated)" ] 11687 pack $page.refstohidef.l -side left 11688 pack configure $page.refstohidef.l -padx 10 11689 grid x $page.refstohidef $page.refstohide -sticky ew
··· 11683 11684 ttk::entry $page.refstohide -textvariable refstohide 11685 ttk::frame $page.refstohidef 11686 + ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated globs)" ] 11687 pack $page.refstohidef.l -side left 11688 pack configure $page.refstohidef.l -padx 10 11689 grid x $page.refstohidef $page.refstohide -sticky ew