Thiago Farina schrieb: > They follow the pattern of file name: > File name pattern: builtin-command-name.c > Usage string pattern: builtin_command_name_usage Well, file names are not so constant: every now and then an external command is turned into a builtin (and the filename is changed), and we have even seen that a builtin was turned into an external command. Moreover, some commands are implemented in the same file, for example 'git log' and 'git show'. How about naming the variable after the command name? E.g.: command: git cat-file variable: git_cat_file_usage -- Hannes -- 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