Re: Why does git-core 0.99.7 require python 2.4?
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:06
"H. Peter Anvin" [off-list ref] writes:
jepler@unpythonic.net wrote:quoted
It looks like Python2.4's subprocess module is pure Python, and works with python2.3. Could subprocess.py just be included in git?I think that would be the best solution.
OK, it appears that I'd better be doing a 0.99.7a real soon to only include: - merge-recursive not requiring 2.4 but checking the result from 'import subprocess', and optionally install its own subprocess.py (I could do this myself but Fredrik could help me); - 'git-init-db' template installation fix from Pasky (thanks both Peter and Petr for diagnosis and fix); - 'git checkout' error message fix from Linus; - 'git show-branch' not barfing on corrupt repository (me); - not installing compatibility symlink for commands we do not install (Patrick Mauritz). There are other patches for some other things discussed on the list since 0.99.7 but they do not belong to "fixing breakage" category.