You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto *sub = app.add_subcommand("log", "Shows commit logs");
21
21
22
-
sub->add_flag("-n,--max-count", m_max_count_flag, "Limit the output to <number> commits.");
22
+
sub->add_flag("--format", m_format_flag, "Pretty-print the contents of the commit logs in a given format, where <format> can be one of full and fuller");
23
+
// sub->add_flag("-n,--max-count", m_max_count_flag, "Limit the output to <number> commits.");
23
24
// sub->add_flag("--oneline", m_oneline_flag, "This is a shorthand for --pretty=oneline --abbrev-commit used together.");
0 commit comments