On Mon, Sep 17, 2012 at 04:51:44PM +0200, William Bell wrote: > --- a/scan-tree.c > +++ b/scan-tree.c > @@ -1,5 +1,5 @@ > /* scan-tree.c > - * > + *
noise > * Copyright (C) 2008-2009 Lars Hjemli > * Copyright (C) 2010 Jason A. Donenfeld <[email protected]> > * > @@ -48,6 +48,7 @@ static int is_git_dir(const char *path) > struct cgit_repo *repo; > repo_config_fn config_fn; > char *owner; > +char *description; static? > static void repo_config(const char *name, const char *value) > { > @@ -216,7 +225,7 @@ void scan_projects(const char *path, const char > *projectsfile, repo_config_fn fn > char line[MAX_PATH * 2], *z; > FILE *projects; > int err; > - > + noise. > projects = fopen(projectsfile, "r"); > if (!projects) { > fprintf(stderr, "Error opening projectsfile %s: %s (%d)\n", Sebastian _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
