On Thu, Aug 13, 2015 at 4:57 AM, David Turner <dturner@xxxxxxxxxxxxxxxx> wrote: > +struct common_dir common_list[] = { > + { "branches", 0, 1, 0 }, > + { "hooks", 0, 1, 0 }, > + { "info", 0, 1, 0 }, > + { "info/sparse-checkout", 0, 0, 1 }, > + { "logs", 1, 1, 0 }, > + { "logs/HEAD", 1, 1, 1 }, > + { "lost-found", 0, 1, 0 }, > + { "objects", 0, 1, 0 }, > + { "refs", 0, 1, 0 }, > + { "remotes", 0, 1, 0 }, > + { "worktrees", 0, 1, 0 }, > + { "rr-cache", 0, 1, 0 }, > + { "svn", 0, 1, 0 }, > + { "config", 0, 0, 0 }, > + { "gc.pid", 1, 0, 0 }, > + { "packed-refs", 0, 0, 0 }, > + { "shallow", 0, 0, 0 }, > + { NULL, 0, 0, 0 } > }; Nit. If you make dirname the last field, we would have aligned numbers, which might help reading. -- Duy -- 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