Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > diff --git a/git.c b/git.c > index 3799514..1420b58 100644 > --- a/git.c > +++ b/git.c > @@ -383,6 +383,7 @@ static void handle_internal_command(int argc, const char **argv) > { "index-pack", cmd_index_pack, RUN_SETUP_GENTLY }, > { "init", cmd_init_db }, > { "init-db", cmd_init_db }, > + { "interpret-trailers", cmd_interpret_trailers, RUN_SETUP }, > { "log", cmd_log, RUN_SETUP }, > { "ls-files", cmd_ls_files, RUN_SETUP }, > { "ls-remote", cmd_ls_remote, RUN_SETUP_GENTLY }, Does this even need to have a git repository? What is the RUN_SETUP for? -- 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