Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > The variable "me" is left as a file-scope static variable because it > is not an independent option. "me" is simply a string that needs to > be inferred from the "action" option, and is kept global to save each > function the trouble of determining it independently. Would it make more sense to remove the variable, pass "action" around where only "me" is passed around right now, and introduce a function "static const char *action_name()" to help places that wants textual command name for display purposes? -- 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