Felipe Contreras wrote: > if (opts->skip_empty && is_index_unchanged() == 1) { > - warning(_("skipping %s... %s"), > - find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV), > - msg.subject); > + if (!opts->quiet) > + warning(_("skipping %s... %s"), > + find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV), > + msg.subject); > goto leave; > } All this trouble just to suppress the "skipping ..." message. Do you see anything else --quiet can be used to suppress? -- 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