]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: filter invisible upstream refs from reference list
authorMichael Rappazzo <michael.rappazzo@infor.com>
Thu, 31 Jul 2025 11:53:21 +0000 (07:53 -0400)
committerMichael Rappazzo <michael.rappazzo@infor.com>
Thu, 31 Jul 2025 12:32:49 +0000 (08:32 -0400)
commit9965cc771b6b43a8852a4950a196180f2c616891
tree02c4f8df61b03d219b94362140d053747c84862e
parentb28119551bc06986bdc9048ee30393b6b9b20c5f
gitk: filter invisible upstream refs from reference list

In refill_reflist, upstream refs are now only included if their
commits are visible in the current view. This prevents display
issues like multiple highlighted branches when clicking entries.

Signed-off-by: Michael Rappazzo <michael.rappazzo@infor.com>
gitk