]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: remove unused proc is_shellscript
authorMark Levedahl <mlevedahl@gmail.com>
Fri, 4 Apr 2025 20:55:59 +0000 (16:55 -0400)
committerTaylor Blau <me@ttaylorr.com>
Fri, 23 May 2025 21:04:23 +0000 (17:04 -0400)
commit2c66188b123795e4083594ee682dcf012540bee2
tree361826dfa75b48ca38151c15d15c8a7f09929f57
parent4eb9b1157b6d597ba3f599e2ebbfd4c6d8504073
git-gui: remove unused proc is_shellscript

Commit 7d076d56757c (git-gui: handle shell script text filters when
loading for blame, 2011-12-09) added is_shellscript to test if a file
is executable by the shell, used only when searching for textconv
filters. The previous commit rearranged the tests for finding such
filters, and removed the only user of is_shellscript. Remove this
function.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
git-gui.sh