X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-rev-list.c;h=d0a14169211aa499c726a436de827ea4d328f6c2;hb=b81a7b58875e07d7e82aafced1de9834ba1ef94a;hp=6f7d5f8214e54c24983e9c8c295edfefba54fb2b;hpb=50f3ac29cbadbf7e0ff099b493b00cfa4129e1e0;p=git.git diff --git a/builtin-rev-list.c b/builtin-rev-list.c index 6f7d5f821..d0a141692 100644 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@ -25,6 +25,9 @@ static const char rev_list_usage[] = " --no-merges\n" " --remove-empty\n" " --all\n" +" --branches\n" +" --tags\n" +" --remotes\n" " --stdin\n" " --quiet\n" " ordering output:\n" @@ -607,7 +610,6 @@ int cmd_rev_list(int argc, const char **argv, const char *prefix) usage(rev_list_usage); save_commit_buffer = revs.verbose_header || revs.grep_filter; - track_object_refs = 0; if (bisect_list) revs.limited = 1;