Olivier Marin <dkr+ml.git@xxxxxxx> writes: > 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? Does it? Ah, yeah, t7500 #15 does not go down to a subdirectory. -- 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