diff options
| author | Ilya Grigoriev <ilyagr@users.noreply.github.com> | 2025-08-02 21:59:24 -0700 |
|---|---|---|
| committer | Ilya Grigoriev <ilyagr@users.noreply.github.com> | 2025-08-03 19:27:33 -0700 |
| commit | 98a5b8564485ab300cfd743bdc5a4de7ba2f773b (patch) | |
| tree | b63c2ed9d4cc507226d5055b43627790b469c7d5 | |
| parent | Merge branch 'ml/tcltk-9' (diff) | |
| download | git-98a5b8564485ab300cfd743bdc5a4de7ba2f773b.tar.gz git-98a5b8564485ab300cfd743bdc5a4de7ba2f773b.zip | |
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>
| -rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
