]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: require git >= 2.36
authorMark Levedahl <mlevedahl@gmail.com>
Tue, 13 Feb 2024 04:32:44 +0000 (23:32 -0500)
committerMark Levedahl <mlevedahl@gmail.com>
Thu, 17 Jul 2025 20:59:04 +0000 (16:59 -0400)
commit77f648edb69dba164e2e32f33ab009fa33c3d9f1
tree64b9b906f0526998a9692a6c55698ea650b9e816
parent3f072308447ed2aab0228d21a7ce334beeeca7e8
git-gui: require git >= 2.36

git-gui since commit d6967022 explicitly requires version >= 1.5.0, and
this coded requirement has never been changed. But, since 0730a5a3a
git-gui actually requires git 2.36, providing 'git hook run.' git-gui
throws an error if that command is not supported.

So, let's update the requirement checking code to 2.36, and throw a more
useful error if this is not met.

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