[PATCH] Run Ispell through git.txt
[gitweb.git] / rev-parse.c
index 1965e90a8a0c3fa25c2fccfcc82f5da395a093bc..1c6ae76f9aa32dab77a4189a4ae6b744d39cee36 100644 (file)
@@ -33,6 +33,9 @@ static int is_rev_argument(const char *arg)
                "--max-age=",
                "--min-age=",
                "--merge-order",
+               "--topo-order",
+               "--bisect",
+               "--no-merges",
                NULL
        };
        const char **p = rev_args;