Re: Has the git shell revert been done so master should work?
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:13
Boyd Lynn Gerber [off-list ref] writes:
On Sun, 24 Aug 2008, Jeff King wrote:quoted
On Sun, Aug 24, 2008 at 07:02:38AM -0600, Boyd Lynn Gerber wrote:quoted
I just did a clean clone of git git and, I am still seeing failures on all platforms I made work. Has the git shell bug been reverted? What should I do to get this working again on the 12 platforms? Do I need to submit a patch that reverts the patch that caused all this?It's in 'next' but has not yet graduated to 'master'. You can try cherry-picking 4cfc24af into master.I have never used cherry-pick before. I can not seem to get the right incantation to get this into master to test it. Could someone assist me with how to get this into master for testing?
For your future reference, it would have been: git checkout master git cherry-pick 4cfc24af But I've already pushed out the 'master' with the workarounds, so it should not be necessary anymore. Please check if tonight's 'master' works for you. Thanks.