X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=receive-pack.c;fp=receive-pack.c;h=dfa7cd1d0a81eade8225e11dc0f2b97682a905c0;hb=6da4016aea2dc5bf311fea160bd8ef96ca82b999;hp=d05f7d5ec42a088b29d3cac14d42b416013aedf7;hpb=44c9e8594e7854fcead68ae0959e00137c2bbb59;p=git.git diff --git a/receive-pack.c b/receive-pack.c index d05f7d5e..dfa7cd1d 100644 --- a/receive-pack.c +++ b/receive-pack.c @@ -25,7 +25,7 @@ struct command { char ref_name[0]; }; -struct command *commands = NULL; +static struct command *commands = NULL; static int is_all_zeroes(const char *hex) {