scriptlib

This commit is contained in:
Jana Dönszelmann 2025-08-25 14:04:31 +02:00
parent ddb92ea0c5
commit 816c61985d
No known key found for this signature in database
5 changed files with 67 additions and 19 deletions

View file

@ -33,7 +33,6 @@
# diff-editor = "${pkgs.meld}/bin/meld";
};
# core.fsmonitor = "${pkgs.watchman}/bin/watchman";
core.fsmonitor = "watchman";
core.watchman.register-snapshot-trigger = true;
@ -60,7 +59,7 @@
"--from"
"closest_bookmark(@-)"
"--to"
"@-"
"@"
];
catchup = [
"rebase"
@ -70,6 +69,15 @@
"tronk()"
"--skip-emptied"
];
move = [
"rebase"
"-r"
];
mdiff = [
"diff"
"--from"
"tronk()"
];
};
templates = {
@ -119,7 +127,7 @@
git = {
push-bookmark-prefix = "jdonszelmann/";
private-commits = "description(glob:'wip:*')";
private-commits = "description(glob:'wip:*') | description(glob:'trial:*')";
write-change-id-header = true;
fetch = [