]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: remove unused git-version
authorMark Levedahl <mlevedahl@gmail.com>
Tue, 13 Feb 2024 05:19:56 +0000 (00:19 -0500)
committerMark Levedahl <mlevedahl@gmail.com>
Sat, 19 Jul 2025 03:48:06 +0000 (23:48 -0400)
commitc939344b683cbad03bccda986f7babbce4d36aae
tree93553c2ae193f8a982852ca68b00653687ffb1e3
parentc85557098f90801583866d9829719b6e2cf4cd49
git-gui: remove unused git-version

git-version supports choosing different bodies of code passed into it,
rather than using the more traditional if/else construct typically used.
The only use of git-version in this mode was by its author in 2007, and
that code has been deleted.  So, delete this now unused function that
was mostly ignored.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
git-gui.sh