#include "builtin.h" #include "gettext.h" #include "repository.h" #include "hash.h" #include "apply.h" static const char * const apply_usage[] = …; int cmd_apply(int argc, const char **argv, const char *prefix) { … }
#include "builtin.h" #include "gettext.h" #include "repository.h" #include "hash.h" #include "apply.h" static const char * const apply_usage[] = …; int cmd_apply(int argc, const char **argv, const char *prefix) { … }