Jonathan Nieder [off-list ref] writes:
I really do want to address your "while at it". I'm pretty
uncomfortable with the "sleep 100" --- it might be better to do "exec
perl -e sleep" so there is no chance that some incredibly slow system
won't make the race. Or a failure mode that does not involve a long
hang would be even better.
Anyway, to make others' life better quickly I've pushed out the easy
part of your fix. It sits with the fixes to other embarrasing bugs.
git://repo.or.cz/git/jrn.git svn-fe
Pulled, thanks.