]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: do not hard-code color of search results in commit list
authorAlexander Ogorodov <bnfour@bnfour.net>
Tue, 18 Mar 2025 06:27:04 +0000 (13:27 +0700)
committerBn4 <bnfour@bnfour.net>
Thu, 15 May 2025 10:24:30 +0000 (17:24 +0700)
commit9cad4a9dc0358c959db42186eb40736e5fb5e788
treef2a2c45bf5bef5b318ff56b576409093ca1c6c2f
parent4a6cc6a20eeb593f1ad0f60475a9867532d7c5d5
gitk: do not hard-code color of search results in commit list

A global variable exists that holds the color name used to highlight
search results everywhere, except that in the commit list the color
is still hard-coded to "yellow". Use the global variable there as well.

Signed-off-by: Alexander Ogorodov <bnfour@bnfour.net>
gitk