git p4: implement view spec wildcards with "p4 where"
[gitweb.git] / builtin / show-branch.c
index 99ec4af224464f5c6c82599dcc4ca18b6abaa7f7..9788eb115beb2ab5663bd1d318ce411099589321 100644 (file)
@@ -673,8 +673,8 @@ int cmd_show_branch(int ac, const char **av, const char *prefix)
                OPT_SET_INT(0, "sparse", &dense,
                            N_("show merges reachable from only one tip"), 0),
                OPT_SET_INT(0, "date-order", &sort_order,
-                           N_("show commits where no parent comes before its "
-                              "children"),
+                           N_("topologically sort, maintaining date order "
+                              "where possible"),
                            REV_SORT_BY_COMMIT_DATE),
                { OPTION_CALLBACK, 'g', "reflog", &reflog_base, N_("<n>[,<base>]"),
                            N_("show <n> most recent ref-log entries starting at "