On Mon, Sep 21, 2009 at 1:09 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: > 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 That sounds good, I will follow this pattern in the next patch. So all existing builtin_command_name_usage will be changed to git_command_name_usage, command_name_usage to git_command_name_usage, etc. -- 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