Add findtags - reworked
[git.git] / rev-parse.c
index 507b531..41b9dae 100644 (file)
@@ -32,6 +32,7 @@ static int revs_count = 0;
 static int is_rev_argument(const char *arg)
 {
        static const char *rev_args[] = {
+               "--all",
                "--bisect",
                "--header",
                "--max-age=",