X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=revision.c;h=442a705ad0314bc3361a1077716710ed7d559d2e;hb=020011f2cb9873dccaad71f6ecbe56d0eac530e2;hp=a2406c451925f42dad2f7b5851c7ce7c48b64eff;hpb=2be6ccc01a93a96aa4a462921e15e69ed56b0792;p=thirdparty%2Fgit.git diff --git a/revision.c b/revision.c index a2406c4519..442a705ad0 100644 --- a/revision.c +++ b/revision.c @@ -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;