Fix immutable commits for remote "forgejo"
This commit is contained in:
parent
4084be1438
commit
11ddfb1b01
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
format = "git";
|
||||
};
|
||||
};
|
||||
|
||||
revset-aliases = {
|
||||
"immutable_heads()" = "builtin_immutable_heads() | main@forgejo";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue