Revision a0feb8611d4c0b2b5d954efe4e98207f62223436 authored by Junio C Hamano on 13 September 2022, 19:18:30 UTC, committed by Junio C Hamano on 13 September 2022, 19:22:59 UTC
As the 'master' front will soon tag a preview and then release
candidates for 2.38, it is unknown if we are going to issue another
maintenance release on the 2.37.x track, but as we have accumulated
enough material there, let's prepare a draft for it.

Even if we end up not tagging 2.37.4, it would help motivated distro
packagers to maintain their slightly older and "more stable" versions.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2c75b32
Raw File
serve.h
#ifndef SERVE_H
#define SERVE_H

void protocol_v2_advertise_capabilities(void);
void protocol_v2_serve_loop(int stateless_rpc);

#endif /* SERVE_H */
back to top