Hi, On Tue, 9 Oct 2007, Gerrit Pape wrote: > @@ -234,6 +235,8 @@ int cmd_config(int argc, const char **argv, const char *prefix) > argv++; > } > > + if (show_all) > + return git_config(show_all_config); > switch (argc) { > case 2: > return get_value(argv[1], NULL); Shouldn't this somehow check if argc == 1 when show_all is set, and die otherwise? Ciao, Dscho - 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