Re: [ANNOUNCE] Git 1.6.5.4
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:47:49
Junio C Hamano [off-list ref] writes:
Eugene Sajine [off-list ref] writes:quoted
We have RH with xmlto 0.0.18. I was getting ready to update our installation to 1.6.5.4, but as i understand the documentation will not be fully available untill this issue is resolved. Could you, please, advise if this is going to be in next 1.6.5.5?I've applied the patch in the thread you are responding to already on 'maint' so it will appear in both 1.6.5.5 and 1.6.6. In the meantime, if you want to run 1.6.5.4 or preferably 1.6.6-rc1, you can locally revert 8dd35c7 (Unconditionally set man.base.url.for.relative.links, 2009-12-03).
Also, one can download the man pages from git.git : # in a clone of git://git.kernel.org/pub/scm/git/git.git git archive --format=tar origin/man | tar -x -C /usr/share/man/ -vf - (or leave with 1.6.5.5 and the docs of 1.6.5.4 for some time) -- Matthieu Moy http://www-verimag.imag.fr/~moy/