Code

Revert "Adapt tutorial to cygwin and add test case"
[git.git] / rev-parse.c
index 507b531dce781133946da04cb27fa2ff6d3832a9..41b9dae429d2b423f57af4f4e091accfd9697022 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=",