Junio C Hamano a écrit : > > static int parse_and_validate_options(int argc, const char *argv[], > - const char * const usage[]) > + const char * const usage[], > + const char *prefix) > { > int f = 0; > > argc = parse_options(argc, argv, builtin_commit_options, usage, 0); > + logfile = parse_options_fix_filename(prefix, logfile); It breaks the "git commit -F -" case, no? Olivier. -- 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