Code

send-email: fix mutt regex for grouped aliases
[git.git] / revision.c
index efa3b7c795291fd2c337cf589977368d83d25ad6..35eca4a36185b1c5c40245748d0004fdaf0f6c00 100644 (file)
@@ -1052,7 +1052,7 @@ 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();
+               load_ref_decorations(DECORATE_SHORT_REFS);
        } else if (!strcmp(arg, "--date-order")) {
                revs->lifo = 0;
                revs->topo_order = 1;