Jonathan Nieder wrote:
> Ævar Arnfjörð Bjarmason wrote:
>> This is similar to Jeff King's jk/drop-ancient-curl series in that
>> we're dropping perl releases that are rarely tested anymore, however
>> unlike those patches git still works on e.g. 5.8.8 (I couldn't build
>> anything older).
[...]
> Reviewed-by: Jonathan Nieder <[email protected]>
One caveat I forgot: please also update the INSTALL file:
- Git is reasonably self-sufficient, but does depend on a few external
programs and libraries. Git can be used without most of them by adding
the approriate "NO_<LIBRARY>=YesPlease" to the make command line or
config.mak file.
[...]
- "Perl" version 5.8 or later is needed to use some of the
Thanks again,
Jonathan