Joel Jacobson <joel@xxxxxxxxxxx> writes: > Signed-off-by: Joel Jacobson <joel@xxxxxxxxxxx> > --- > builtin/commit.c | 4 +++- No docs? No tests? As to the design, any regular configuration variable settings must be overridable from the command line for a single invocation. Please design an escape hatch in, for somebody who has this configuration variable set, but does not want to sign this commit he is about to make. Also do we generally use dash in the configuration variable names? I thought the norm was section.CamelCase. > + if (!strcmp(k, "commit.gpg-sign")) > + return git_config_string(&sign_commit, k, v); > if (!strcmp(k, "commit.cleanup")) > return git_config_string(&cleanup_arg, k, v); > > -- > --to=gitster@xxxxxxxxx -- 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