On Monday 23 May 2011, Junio C Hamano wrote: > Johan Herland <johan@xxxxxxxxxxx> writes: > > 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 <johan@xxxxxxxxxxx> > > --- > > ... > > 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, <johan@xxxxxxxxxxx> www.herland.net -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html