]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: offer "Copy commit ID to X11 selection" only on X11
authorJohannes Sixt <j6t@kdbg.org>
Sat, 14 Dec 2024 14:53:35 +0000 (15:53 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 14 Dec 2024 15:36:42 +0000 (16:36 +0100)
commit36625a6974156fbc56bbb97c983b09ae303a06ff
tree17b44564de06111764742290d0f57d9980bf54e1
parentd77c3e35bbca78a0cee6f0eacecccd9aac957c8b
gitk: offer "Copy commit ID to X11 selection" only on X11

This option is only useful where a selection clipboard is available, which
is only the case on X11. Do not clutter the UI in other environments.

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