Jonathan Nieder wrote: > Thiago Farina wrote: > >> Promote cmd_version to a builtin, by moving it to its own file >> in builtin/version.c [...] > What does this make easier? To answer my own question: it moves the code to the builtin/ subdirectory. $ git grep -F -e cmd_version -- builtin; # before $ git grep -F -e cmd_version -- builtin; # after builtin/version.c:int cmd_version(int argc, const char **argv, const char *prefix) So for what it's worth, Acked-by: Jonathan Nieder <jrnieder@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