[PULL svn-fe] Re: Portability: returning void
From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:50:56
Jeff King wrote:
After thinking on it more, I figured out an elegant fix.
All right, thanks again for this.
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
Jeff King (1):
tests: kill backgrounded processes more robustly
Jonathan Nieder (2):
vcs-svn: add missing cast to printf argument
tests: make sure input to sed is newline terminated
Michael Witten (1):
vcs-svn: a void function shouldn't try to return something
t/t0081-line-buffer.sh | 12 ++++++------
t/t9010-svn-fe.sh | 8 ++++++--
vcs-svn/fast_export.c | 3 ++-
vcs-svn/svndump.c | 3 ++-
4 files changed, 16 insertions(+), 10 deletions(-)