On Monday 23 May 2011, Junio C Hamano wrote:
Johan Herland [off-list ref] writes:
quoted
This adds some technical documentation on the 'limit-*' family of
capabilities that will be added in the following commits.
Also refactor the generation of the capabilities declaration in
receive-pack. This will also be further expanded in the following
commits.
Signed-off-by: Johan Herland <redacted>
---
...
diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c
index e1ba4dc..c55989d 100644
--- a/builtin/receive-pack.c
+++ b/builtin/receive-pack.c
@@ -106,15 +106,23 @@ static int receive_pack_config(const char *var,
const char *value, void *cb)
return git_default_config(var, value, cb);
}
+static const char *capabilities()
static const char *capabilities(void)
Thanks, will be in the next iteration
...Johan
--
Johan Herland, [off-list ref]
www.herland.net