diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-04-16 14:16:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-16 07:30:29 -0700 |
commit | 76042228f20bd9b97a7454b62c70b28117c351c0 (patch) | |
tree | 0014a74c148ca303554167c1c16fed1bff944b05 /builtin/commit-graph.c | |
parent | f6d855091e73fdab8a39185a8392b9d0df7ed46f (diff) |
request-pull: stop depending on Perl
While git-request-pull(1) is written as a shell script, for it to
function we depend on Perl being available. The script gets installed
unconditionally though, regardless of whether or not Perl is even
available on the system. When it's not available, the `@PERL_PATH@`
variable may be substituted with a nonexistent executable path and thus
cause the script to fail.
Refactor the script so that it does not depend on Perl at all anymore.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions