receive-pack: Refactor how capabilities are shown to the client
authorShawn O. Pearce <spearce@spearce.org>
Fri, 5 Feb 2010 20:57:40 +0000 (12:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2010 04:57:25 +0000 (20:57 -0800)
Moving capability advertisement into the packet_write call itself
makes it easier to add additional capabilities to the list, be
it optional by configuration, or always present in the protocol.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found