]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.c
Merge branch 'tk/git-svn-trim-author-name'
[thirdparty/git.git] / revision.c
index a2406c451925f42dad2f7b5851c7ce7c48b64eff..442a705ad0314bc3361a1077716710ed7d559d2e 100644 (file)
@@ -2061,7 +2061,6 @@ static int handle_revision_opt(struct rev_info *revs, int argc, const char **arg
                revs->simplify_by_decoration = 1;
                revs->limited = 1;
                revs->prune = 1;
-               load_ref_decorations(NULL, DECORATE_SHORT_REFS);
        } else if (!strcmp(arg, "--date-order")) {
                revs->sort_order = REV_SORT_BY_COMMIT_DATE;
                revs->topo_order = 1;