Re: [PATCH v2 4/6] gitk: use more natural language for labels of color preferences
Mark Levedahl <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/26 9:16 AM, Johannes Sixt via GitGitGadget wrote:
> markbg markbgcolor {} \
> - [mc "Marked line bg"] \
> + [mc "Marked line background"] \
> [mc "marked line background"] \
>
Not a new issue, but "marked line" is not a good description. What this actually controls
is the background color of commit message text found by search criteria in the gui, not
lines of text, and (as far as I can tell) never any text found in the patch text.
So, perhaps my observation is best deferred as being part of a different topic that would
make the search function highlight all matches, not just those in the commit message.
Mark