Re: [PATCH] git-daemon: Worked around uclibc buffer problem
From: Nicolas Pitre <hidden> Date: 2016-06-15 22:45:28
On Thu, 9 Oct 2008, Lars Stoltenow wrote:
uclibc immediately write()s every string argument to fprintf, which causes
superfluous 'remote: ' strings to appear when cloning repos. This patch
makes it write the message in one shot.
What is your client version? From v1.6.0.2 and later (with commit
6b9c42b4da) this shouldn't matter as things are properly handled on the
receiving end.
Nicolas