remote-fd/ext: finishing touches after code review
commit7851b1e60fabe350216d48e6de03a3ed21a49953
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Wed, 17 Nov 2010 17:15:34 +0000 (17 09:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Nov 2010 19:04:20 +0000 (19 11:04 -0800)
tree80880c61f51eb749bffd0034a4831e96a55fe57e
parent7f3ecebfcda9b32252a4791dc716c1e3d88c9f70
remote-fd/ext: finishing touches after code review

When compiling with pthread support, transport-helper.c needs to include
necessary header files.  Also fix a few error messages in remote-ext and
remote-fd programs, and a potential buffer underrun in remote-fd.

In the documentation, clarify how %G and %V are used; the old description
looked as if they take repository/vhost parameters, which was wrong.

Also fix AsciiDoc markup for the page title of remote-fd/remote-ext manpages,
and tweak the way how section headers are shown.

Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-ext.txt
Documentation/git-remote-fd.txt
builtin/remote-ext.c
builtin/remote-fd.c
transport-helper.c