7 int cmd__advise_if_enabled(int argc
, const char **argv
)
10 die("usage: %s <advice>", argv
[0]);
12 setup_git_directory();
13 git_config(git_default_config
, NULL
);
16 * Any advice type can be used for testing, but NESTED_TAG was
17 * selected here and in t0018 where this command is being
20 advise_if_enabled(ADVICE_NESTED_TAG
, "%s", argv
[1]);