update jj

main
jolheiser 2024-12-18 22:04:35 -06:00
parent 4fa16c9ada
commit 7dd6f21deb
No known key found for this signature in database
1 changed files with 18 additions and 0 deletions

View File

@ -24,6 +24,24 @@
backend = "ssh";
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAUxLwkJOlalAHTdkbh+m49XTZGKDqWz1o/o8OLmtQdX";
};
revsets.log = "ancestors(present(@), 5) | ancestors(immutable_heads().., 2) | present(trunk())";
aliases = {
push = [
"util"
"exec"
"git"
"push"
"origin"
"main"
];
fetch = [
"util"
"exec"
"git"
"fetch"
"origin"
];
};
};
};
}