Fix immutable commits for remote "forgejo"

This commit is contained in:
Tyler Beckman 2024-11-21 22:32:17 -07:00
parent 4084be1438
commit 11ddfb1b01
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -24,6 +24,10 @@
format = "git";
};
};
revset-aliases = {
"immutable_heads()" = "builtin_immutable_heads() | main@forgejo";
};
};
};
}