]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: avoid duplicated upstream refs
authorJohannes Sixt <j6t@kdbg.org>
Tue, 29 Jul 2025 12:52:54 +0000 (14:52 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 30 Jul 2025 06:44:51 +0000 (08:44 +0200)
commitb28119551bc06986bdc9048ee30393b6b9b20c5f
tree6f9c17e87a7ea0fa113e2a8dbbd65def24ac8a8d
parentc0fb4353c20d3abefa467f8bb880fec047206f63
gitk: avoid duplicated upstream refs

It is possible that multiple local branches track the same upstream.
In this case, the refs dialog lists the tracked upstream branch
multiple times. This is undesirable. Make them unique.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk