aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2025-08-04 18:20:32 +0200
committerJohannes Sixt <j6t@kdbg.org>2025-08-04 18:20:32 +0200
commit93ff79ed417e8d1afa770b31721ad3640ed2d0ad (patch)
treeb63c2ed9d4cc507226d5055b43627790b469c7d5
parentMerge branch 'ml/tcltk-9' (diff)
parentgitk: Mention globs in description of preference to hide custom refs (diff)
downloadgit-93ff79ed417e8d1afa770b31721ad3640ed2d0ad.tar.gz
git-93ff79ed417e8d1afa770b31721ad3640ed2d0ad.zip
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>
Diffstat (limited to '')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index bba6561ed8..3b6acfc592 100755
--- a/gitk
+++ b/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