]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.c
Merge branch 'fr_2.16-rc1' of git://github.com/jnavila/git
[thirdparty/git.git] / revision.c
index f6a3da5cd969765ada5ef536f08fb0cf4846cd39..72f2b4572ee798f9e17d6f4fbc0d12cfcd2fe221 100644 (file)
@@ -1855,6 +1855,8 @@ static int handle_revision_opt(struct rev_info *revs, int argc, const char **arg
                revs->dense = 0;
        } else if (!strcmp(arg, "--show-all")) {
                revs->show_all = 1;
+       } else if (!strcmp(arg, "--in-commit-order")) {
+               revs->tree_blobs_in_commit_order = 1;
        } else if (!strcmp(arg, "--remove-empty")) {
                revs->remove_empty_trees = 1;
        } else if (!strcmp(arg, "--merges")) {