receive-pack: factor out capability string generation
commit52d2ae582e84c6d4ace8ab7e021808915148816a
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 Sep 2014 19:13:32 +0000 (4 12:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2014 20:23:19 +0000 (15 13:23 -0700)
tree2a4e7142a4970bccf8985e17d96cf62f672b897f
parent887f3533fd764722ffb6e4ea34c01ad9256f0186
receive-pack: factor out capability string generation

Similar to the previous one for send-pack, make it easier and
cleaner to add to capability advertisement.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/receive-pack.c